]> git.pld-linux.org Git - packages/php.git/commitdiff
soap.wsdl_cache_dir="/var/cache/php"
authorElan Ruusamäe <glen@delfi.ee>
Mon, 21 Jan 2013 10:09:52 +0000 (12:09 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 21 Jan 2013 10:12:19 +0000 (12:12 +0200)
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
php.spec

index 5d6b1373ba866515a3f41a8341b83eab98881e66..8f9b8bb88dc984ce57c84791ccc48f89f769ddb7 100644 (file)
  ; 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.
index 88450ac74f6311e623161a1fff8b0795f00ee48b..fc740493b409c8b165fba2a9f7b1e4ea5af926c1 100644 (file)
--- 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}
This page took 0.055043 seconds and 4 git commands to generate.