diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-07-04 16:36:36 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-07-04 16:36:36 +0200 |
commit | 5029abd55a7d2a0c395ebc11567e491f2bb303d2 (patch) | |
tree | bdd693ba74f7841e53dc92f799287631e16a3b3d /igbinary-php54.patch | |
parent | 4718c9f5ab65c78d18101f3c9190f1bd07854d5d (diff) |
php-pecl-igbinary: build with apcu (worl in progress)
Diffstat (limited to 'igbinary-php54.patch')
-rw-r--r-- | igbinary-php54.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/igbinary-php54.patch b/igbinary-php54.patch deleted file mode 100644 index 5c5e16b..0000000 --- a/igbinary-php54.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up tests/igbinary_024.phpt.old tests/igbinary_024.phpt ---- tests/igbinary_024.phpt.old 2011-11-14 18:47:29.800802812 +0100 -+++ tests/igbinary_024.phpt 2011-11-14 18:47:39.017832456 +0100 -@@ -81,7 +81,7 @@ $o3 = new Obj3(0, 1, 4); - test('objectrecarr', $o3, false); - - $o4 = new Obj4(100); --$o4->set(&$o4); -+$o4->set($o4); - test('objectselfrec', $o4, true); - - /* |