mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-28 10:15:12 -05:00
* Refactor Dockerfile to support multiple variants and drop supervisord * Rename run.sh to docker-entrypoint.sh * Update tests for apache conatiner * Fix tests in conatiner * Fix database startup * Update Makefile to build all variants * Update phpMyAdmin to 4.8.4 * Rebase on top of v4.8.5
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
|