[packages/php/PHP_5_4] soap.wsdl_cache_dir="/var/cache/php"
glen
glen at pld-linux.org
Mon Jan 21 11:13:47 CET 2013
commit d0d51b2d448cef691c8addbbf3a0cdb1636f154c
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 88450ac..fc74049 100644
--- a/php.spec
+++ b/php.spec
@@ -514,7 +514,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/d0d51b2d448cef691c8addbbf3a0cdb1636f154c
More information about the pld-cvs-commit
mailing list