diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:06:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:06:04 +0200 |
commit | 2b0571e9372acbe928a493632cdaf67fcb58ae8e (patch) | |
tree | 07219b28054f29a696d48a811f981f3231ef1df2 /igbinary-php54.patch |
repo reorg
Diffstat (limited to 'igbinary-php54.patch')
-rw-r--r-- | igbinary-php54.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/igbinary-php54.patch b/igbinary-php54.patch new file mode 100644 index 0000000..5c5e16b --- /dev/null +++ b/igbinary-php54.patch @@ -0,0 +1,12 @@ +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); + + /* |