]> 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:34:42 +0000 (12:34 +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 fe3979be59c938b5bab4e2d72ff56fc3905ea9e9..a8ac4fb5b86e2ae915ee22a22ae9f05025faf591 100644 (file)
  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
index b3df06960de861ed6a1d101d43a1912289945213..5884269ec80bd0704a85ea1146b4ec411f53bfe6 100644 (file)
--- 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}
This page took 0.687014 seconds and 4 git commands to generate.