[packages/php-pecl-memcache] [PATCH] Fix #23 Failed to read session data with 7.1/7.2
glen
glen at pld-linux.org
Tue Nov 13 20:09:14 CET 2018
commit 4b53237d730b6d4b2ea5d1d7dc75bb89ddd34912
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Tue Nov 13 21:06:29 2018 +0200
[PATCH] Fix #23 Failed to read session data with 7.1/7.2
_ https://github.com/websupport-sk/pecl-memcache/pull/26
- https://github.com/websupport-sk/pecl-memcache/issues/23
php-pecl-memcache.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec
index 73133a4..ea89a35 100644
--- a/php-pecl-memcache.spec
+++ b/php-pecl-memcache.spec
@@ -23,6 +23,8 @@ Source2: %{modname}-apache.conf
Source3: %{modname}-lighttpd.conf
Source4: config.php
Patch0: %{modname}-webapp.patch
+Patch1: https://github.com/websupport-sk/pecl-memcache/pull/26.patch
+# Patch1-md5: 7d963433154cd82caea94a7476e73697
URL: http://pecl.php.net/package/memcache/
BuildRequires: %{php_name}-devel >= 3:5.0.0
BuildRequires: %{php_name}-xml
@@ -92,6 +94,7 @@ memcache.
%setup -qc
mv pecl-%{modname}-*/{.??*,*} .
%patch0 -p1
+%patch1 -p1
# locks up on carme, likely due udp very long timeout
rm tests/039.phpt
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-memcache.git/commitdiff/2b5f7730af1929c625440095c72efb0d971c30c3
More information about the pld-cvs-commit
mailing list