summaryrefslogtreecommitdiff
path: root/php-ini.patch
diff options
context:
space:
mode:
authorElan Ruusamäe2013-10-30 13:45:32 (GMT)
committerElan Ruusamäe2013-10-31 16:10:40 (GMT)
commit360a5277deedf57a26dc9cab969260b478f1cf11 (patch)
treec3a93ed62f73e18564d7d56e37765194ee97915e /php-ini.patch
parent7c02bb4615b0d65135dac44712c9b3f0f60a5904 (diff)
downloadphp-360a5277deedf57a26dc9cab969260b478f1cf11.zip
php-360a5277deedf57a26dc9cab969260b478f1cf11.tar.gz
disable user_ini by default as we do in apache
Diffstat (limited to 'php-ini.patch')
-rw-r--r--php-ini.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/php-ini.patch b/php-ini.patch
index 086c479..9d1ace5 100644
--- a/php-ini.patch
+++ b/php-ini.patch
@@ -21,6 +21,15 @@
;;;;;;;;;;;;;;;;;;;
; Quick Reference ;
+@@ -198,7 +212,7 @@
+ ;user_ini.filename = ".user.ini"
+
+ ; To disable this feature set this option to empty value
+-;user_ini.filename =
++user_ini.filename =
+
+ ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
+ ;user_ini.cache_ttl = 300
@@ -223,7 +237,7 @@
; Development Value: Off
; Production Value: Off