From 824833cb78637514ce18b988394f68bf018638dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 26 Jul 2015 18:17:35 +0200 Subject: php-pear: refresh patch --- php-pear-1.10-restcache.patch | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'php-pear-1.10-restcache.patch') diff --git a/php-pear-1.10-restcache.patch b/php-pear-1.10-restcache.patch index 5979bca..40d129f 100644 --- a/php-pear-1.10-restcache.patch +++ b/php-pear-1.10-restcache.patch @@ -1,11 +1,17 @@ +From fccb285ce442c710d9795d2a102b229799de4922 Mon Sep 17 00:00:00 2001 +From: Remi Collet +Date: Sun, 26 Jul 2015 08:08:23 +0200 +Subject: [PATCH] allow pear to work when cache_dir is not writable -Workaround for: +--- + PEAR/REST.php | 7 +++++++ + 1 file changed, 7 insertions(+) - https://bugzilla.redhat.com/show_bug.cgi?id=747361 - ---- REST.php.restcache -+++ REST.php -@@ -235,6 +235,13 @@ +diff --git a/PEAR/REST.php b/PEAR/REST.php +index c5ed192..1e472b7 100644 +--- a/PEAR/REST.php ++++ b/PEAR/REST.php +@@ -235,6 +235,13 @@ function saveCache($url, $contents, $lastmodified, $nochange = false, $cacheid = } } -- cgit