mar nem kellenek a defaultok, mindnhol .php.ini-ben allitjuk be
This commit is contained in:
parent
56c8c925e2
commit
fd33efd0cb
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user