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 ;; HWS php configuration
[PHP] ;[PHP]
memory_limit = 256M ;memory_limit = 256M
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE ;error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
error_log = /var/log/php_errors.log ;error_log = /var/log/php_errors.log
post_max_size = 80M ;post_max_size = 80M
upload_max_filesize = 80M ;upload_max_filesize = 80M
user_ini.filename = .php.ini ;user_ini.filename = .php.ini
user_ini.cache_ttl = 60 ;user_ini.cache_ttl = 60
;
[Date] ;[Date]
date.timezone = "Europe/Budapest" ;date.timezone = "Europe/Budapest"
;
[Session] ;[Session]
session.gc_maxlifetime = 86400 ;session.gc_maxlifetime = 86400

View File

@ -1,15 +1,15 @@
; HWS php configuration ;; HWS php configuration
[PHP] ;[PHP]
memory_limit = 256M ;memory_limit = 256M
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE ;error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
error_log = /var/log/php_errors.log ;error_log = /var/log/php_errors.log
post_max_size = 80M ;post_max_size = 80M
upload_max_filesize = 80M ;upload_max_filesize = 80M
#default_charset = "ISO-8859-2" ;#default_charset = "ISO-8859-2"
;
[Date] ;[Date]
date.timezone = "Europe/Budapest" ;date.timezone = "Europe/Budapest"
;
[Session] ;[Session]
session.gc_maxlifetime = 86400 ;session.gc_maxlifetime = 86400