[packages/php] disable user_ini by default as we do in apache

glen glen at pld-linux.org
Wed Oct 30 14:46:30 CET 2013


commit 134dbd2169b46ad19fe34fbb685190a07f960756
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 | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/php-ini.patch b/php-ini.patch
index fa7cfe2..b170d5e 100644
--- a/php-ini.patch
+++ b/php-ini.patch
@@ -1,5 +1,5 @@
 --- php-5.3.20/php.ini	2013-01-22 23:20:03.433447006 +0200
-+++ php-5.3.20/php.ini	2013-01-22 23:20:03.433447006 +0200
++++ php-5.3.27/php.ini	2013-10-30 15:42:32.437287449 +0200
 @@ -82,6 +82,20 @@
  ; much more verbose when it comes to errors. We recommending using the
  ; development version only in development environments as errors shown to
@@ -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/134dbd2169b46ad19fe34fbb685190a07f960756



More information about the pld-cvs-commit mailing list