[packages/php/PHP_5_5] soap.wsdl_cache_dir="/var/cache/php"

glen glen at pld-linux.org
Mon Jan 21 11:14:14 CET 2013


commit 3f8f80511e0bbb45b184f0f6d4431306cb58786f
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jan 21 12:09:52 2013 +0200

    soap.wsdl_cache_dir="/var/cache/php"
    
    it's because php-session cleanup code running from crontab nukes all
    files in /var/run/php, not just it's session files

 php-ini.patch | 2 +-
 php.spec      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php.spec b/php.spec
index c306f98..4aa8502 100644
--- a/php.spec
+++ b/php.spec
@@ -517,7 +517,7 @@ Group:		Libraries
 Requires(post):	sed >= 4.0
 # because of dlclose() bugs in glibc <= 2.3.4 causing SEGVs on exit
 Requires:	glibc >= 6:2.3.5
-Requires:	php-dirs >= 1.3
+Requires:	php-dirs >= 1.4
 Requires:	rpm-whiteout >= 1.28
 Requires:	tzdata
 Provides:	%{name}(debug) = %{php_debug}
diff --git a/php-ini.patch b/php-ini.patch
index 5d6b137..8f9b8bb 100644
--- a/php-ini.patch
+++ b/php-ini.patch
@@ -184,7 +184,7 @@
  ; Sets the directory name where SOAP extension will put cache files.
  ; http://php.net/soap.wsdl-cache-dir
 -soap.wsdl_cache_dir="/tmp"
-+soap.wsdl_cache_dir="/var/run/php"
++soap.wsdl_cache_dir="/var/cache/php"
  
  ; (time to live) Sets the number of second while cached file will be used
  ; instead of original one.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/3f8f80511e0bbb45b184f0f6d4431306cb58786f



More information about the pld-cvs-commit mailing list