SOURCES: php-ini.patch - save wsdl cache to /var/run/tmp (security)
glen
glen at pld-linux.org
Tue May 30 17:16:22 CEST 2006
Author: glen Date: Tue May 30 15:16:21 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- save wsdl cache to /var/run/tmp (security)
---- Files affected:
SOURCES:
php-ini.patch (1.19 -> 1.20)
---- Diffs:
================================================================
Index: SOURCES/php-ini.patch
diff -u SOURCES/php-ini.patch:1.19 SOURCES/php-ini.patch:1.20
--- SOURCES/php-ini.patch:1.19 Mon Dec 19 19:12:06 2005
+++ SOURCES/php-ini.patch Tue May 30 17:16:16 2006
@@ -1,4 +1,3 @@
-diff -urbB php-5.1.0.org/php.ini php-5.1.0/php.ini
--- php-5.1.0.org/php.ini 2005-11-25 02:24:23.408519000 +0100
+++ php-5.1.0/php.ini 2005-11-25 02:26:06.570966750 +0100
@@ -3,13 +3,18 @@
@@ -232,3 +231,14 @@
; Define the anonymous ftp password (your email address)
;from="john at doe.com"
+--- php-5.1.4/php.ini~ 2006-05-30 16:45:33.193170093 +0300
++++ php-5.1.4/php.ini 2006-05-30 17:42:38.109721064 +0300
+@@ -1219,7 +1219,7 @@
+ ; Enables or disables WSDL caching feature.
+ soap.wsdl_cache_enabled=1
+ ; Sets the directory name where SOAP extension will put cache files.
+-soap.wsdl_cache_dir="/tmp"
++soap.wsdl_cache_dir="/var/run/php"
+ ; (time to live) Sets the number of second while cached file will be used
+ ; instead of original one.
+ soap.wsdl_cache_ttl=86400
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/php-ini.patch?r1=1.19&r2=1.20&f=u
More information about the pld-cvs-commit
mailing list