16 lines
327 B
Plaintext
16 lines
327 B
Plaintext
;; HWS php configuration
|
|
;[PHP]
|
|
;memory_limit = 256M
|
|
;error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
|
|
;error_log = /var/log/php_errors.log
|
|
;post_max_size = 80M
|
|
;upload_max_filesize = 80M
|
|
;#default_charset = "ISO-8859-2"
|
|
;
|
|
;[Date]
|
|
;date.timezone = "Europe/Budapest"
|
|
;
|
|
;[Session]
|
|
;session.gc_maxlifetime = 86400
|
|
|