commit 78c1a2a4ec482c277b23f23b1aa674e0739fc8de
Author: Elan Ruusamäe <[email protected]>
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      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php.spec b/php.spec
index 9dfbad0..7e4681e 100644
--- 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"
diff --git a/php-ini.patch b/php-ini.patch
index 00d4a50..f3612fc 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/78c1a2a4ec482c277b23f23b1aa674e0739fc8de

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to