You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
529 B
INI
22 lines
529 B
INI
; This file is read and processed by the CGI/FastCGI SAPI
|
|
; PHP settings in .htaccess are only available to the PHP Apache module
|
|
; also see: http://php.net/manual/en/configuration.file.per-user.php
|
|
|
|
display_errors=Off
|
|
log_errors=On
|
|
;error_log=logs/errors.log
|
|
|
|
upload_max_filesize=5M
|
|
post_max_size=6M
|
|
memory_limit=64M
|
|
|
|
zlib.output_compression=Off
|
|
suhosin.session.encrypt=Off
|
|
|
|
;session.cookie_path=/
|
|
;session.hash_function=sha256
|
|
session.auto_start=Off
|
|
session.gc_maxlifetime=21600
|
|
session.gc_divisor=500
|
|
session.gc_probability=1
|