| 1234567891011121314151617181920 |
- memory_limit = 2G
- max_execution_time = 1800
- zlib.output_compression = On
- cgi.fix_pathinfo = 0
- date.timezone = UTC
- xdebug.remote_autostart = 1
- xdebug.remote_enable = 1
- xdebug.remote_host = host.docker.internal
- xdebug.remote_port = 9001
- xdebug.idekey = PHPSTORM
- upload_max_filesize = 20M
- post_max_size = 20M
- max_input_vars = 10000
- realpath_cache_size = 32k
- realpath_cache_ttl = 7200
- session.gc_probability = 1
- sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"
|