From d0d51b2d448cef691c8addbbf3a0cdb1636f154c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 21 Jan 2013 12:09:52 +0200 Subject: [PATCH 1/1] 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} -- 2.44.0