[packages/php/PHP_5_4] disable user_ini by default as we do in apache
glen
glen at pld-linux.org
Thu Oct 31 17:07:32 CET 2013
commit f50a33e4f8b886d9af9c8e1523d7b019e8c2fcac
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Oct 30 15:45:32 2013 +0200
disable user_ini by default as we do in apache
php-ini.patch | 9 +++++++++
1 file changed, 9 insertions(+)
---
diff --git a/php-ini.patch b/php-ini.patch
index 59efe4c..820e5ca 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/f50a33e4f8b886d9af9c8e1523d7b019e8c2fcac
More information about the pld-cvs-commit
mailing list