mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-24 10:13:22 -05:00
21 lines
447 B
INI
21 lines
447 B
INI
[PHP]
|
|
allow_url_fopen = Off
|
|
max_execution_time = 600
|
|
memory_limit = 512M
|
|
open_basedir = /var/www/html:/tmp/:/etc/phpmyadmin/
|
|
post_max_size = 512M
|
|
upload_max_filesize = 512M
|
|
|
|
[Session]
|
|
session.cookie_httponly = 1
|
|
session.hash_function = 1
|
|
session.save_path = "/sessions"
|
|
session.use_strict_mode = 1
|
|
|
|
[opcache]
|
|
opcache.fast_shutdown = 1
|
|
opcache.restrict_api = /disabled/
|
|
opcache.save_comments = 0
|
|
opcache.use_cwd = 0
|
|
opcache.validate_timestamps = 0
|