diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-10-04 18:44:57 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-10-04 18:44:57 +0200 |
commit | c0e24453c8cf8dfdfdcf6dda082eb67652cf0f0c (patch) | |
tree | 26c4f56ba33ceb3f6d0b294ad9b1def92c3811b8 /redis-igbinary.patch | |
parent | c0e9660da5644ab6503a9ec91c10c429359452e4 (diff) |
php-pecl-redis: fix segfault with igbinary serializer
Diffstat (limited to 'redis-igbinary.patch')
-rw-r--r-- | redis-igbinary.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis-igbinary.patch b/redis-igbinary.patch index 6af7538..d860c19 100644 --- a/redis-igbinary.patch +++ b/redis-igbinary.patch @@ -1,4 +1,4 @@ -From aecfbfd650d6b504193d48f82a4a170ce3ce4cd6 Mon Sep 17 00:00:00 2001 +From 0c4ddd90a6cfb0660cb59fd4521b40d289d6067c Mon Sep 17 00:00:00 2001 From: Remi Collet <fedora@famillecollet.com> Date: Fri, 3 Oct 2014 19:19:33 +0200 Subject: [PATCH] Fix segfault with igbinary, fix #341 |