mar nem kellenek a defaultok, mindnhol .php.ini-ben allitjuk be

This commit is contained in:
ROTTLER Tamas 2023-01-25 14:48:10 +01:00
parent 56c8c925e2
commit fd33efd0cb
2 changed files with 29 additions and 29 deletions

View File

@ -1,16 +1,16 @@
; 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
user_ini.filename = .php.ini
user_ini.cache_ttl = 60
[Date]
date.timezone = "Europe/Budapest"
[Session]
session.gc_maxlifetime = 86400
;; 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
;user_ini.filename = .php.ini
;user_ini.cache_ttl = 60
;
;[Date]
;date.timezone = "Europe/Budapest"
;
;[Session]
;session.gc_maxlifetime = 86400

View File

@ -1,15 +1,15 @@
; 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
;; 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