mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
25 lines
455 B
INI
25 lines
455 B
INI
zend.exception_ignore_args = off
|
|
expose_php = off
|
|
max_execution_time = 30
|
|
max_input_vars = 1000
|
|
upload_max_filesize = 64M
|
|
post_max_size = 128M
|
|
memory_limit = 256M
|
|
error_reporting = E_ALL
|
|
display_errors = off
|
|
display_startup_errors = off
|
|
log_errors = on
|
|
error_log = /dev/stderr
|
|
default_charset = UTF-8
|
|
|
|
[Date]
|
|
date.timezone = ${TZ}
|
|
|
|
[mysqlnd]
|
|
mysqlnd.collect_memory_statistics = off
|
|
|
|
[Assertion]
|
|
zend.assertions = -1
|
|
|
|
[mbstring]
|
|
mbstring.language = Neutral |