]> git.pld-linux.org Git - packages/php.git/commitdiff
soap.wsdl_cache_dir="/var/cache/php" auto/th/php-5.3.20-3
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:10:06 +0000 (12:10 +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 00d4a506a95f02ab1335c4ebda0b0b1b93b417f5..f3612fc2e490035136ce8a676afaeb8584bddfeb 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 9dfbad04497c488397d9115132bd3f6d7a8240e7..7e4681ebd64ea6c4f53bb62a38488cd49f743cdb 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -117,7 +117,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %define                php_suffix %{nil}
 %endif
 
-%define                rel     2
+%define                rel     3
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -505,7 +505,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
 %if "%{pld_release}" == "ac"
This page took 0.877271 seconds and 4 git commands to generate.