From: Elan Ruusamäe Date: Mon, 21 Jan 2013 10:09:52 +0000 (+0200) Subject: soap.wsdl_cache_dir="/var/cache/php" X-Git-Tag: auto/th/php54-5.4.13-1~6 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=d0d51b2d448cef691c8addbbf3a0cdb1636f154c;hp=1ffcc879e736bb8ad1a8adc1b8efd9e43a27cb7f;p=packages%2Fphp.git 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 --- diff --git a/php-ini.patch b/php-ini.patch index 5d6b137..8f9b8bb 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. diff --git a/php.spec b/php.spec index 88450ac..fc74049 100644 --- 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}