]> git.pld-linux.org Git - packages/php-pecl-memcache.git/commitdiff
[PATCH] Fix #23 Failed to read session data with 7.1/7.2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Nov 2018 19:06:29 +0000 (21:06 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Nov 2018 19:06:29 +0000 (21:06 +0200)
_ https://github.com/websupport-sk/pecl-memcache/pull/26
- https://github.com/websupport-sk/pecl-memcache/issues/23

php-pecl-memcache.spec

index 73133a488a12027f0ba7473dfd529f04dcabec76..ea89a353c1827f1feb46ef889a21fc90b9149588 100644 (file)
@@ -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
This page took 0.040625 seconds and 4 git commands to generate.