12 lines
250 B
INI
12 lines
250 B
INI
|
|
display_errors = Off
|
|
display_startup_errors = On
|
|
zend.exception_ignore_args = On
|
|
|
|
error_reporting = E_ALL
|
|
session.save_handler=memcached
|
|
session.save_path=memcached:11211
|
|
session.gc_maxlifetime=1800
|
|
|
|
# post_max_size = 60M
|
|
# upload_max_filesize = 60M |