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

glen glen at pld-linux.org
Wed Jan 23 16:50:54 CET 2013


commit 156aeefc61ab745fdb688c8c732054187a023638
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 b3df069..5884269 100644
--- a/php.spec
+++ b/php.spec
@@ -568,7 +568,7 @@ Summary(uk.UTF-8):	Бібліотеки спільного використан
 Group:		Libraries
 # 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:	php(core) = %{version}
diff --git a/php-ini.patch b/php-ini.patch
index fe3979b..a8ac4fb 100644
--- a/php-ini.patch
+++ b/php-ini.patch
@@ -362,7 +362,7 @@
  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"
++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.
  soap.wsdl_cache_ttl=86400
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/156aeefc61ab745fdb688c8c732054187a023638



More information about the pld-cvs-commit mailing list