summaryrefslogtreecommitdiffstats
path: root/xrange-svn.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-11-10 08:29:35 +0100
committerRemi Collet <fedora@famillecollet.com>2013-11-10 08:29:35 +0100
commit53995842879406daf1e51c0ba84ddd188fc00e42 (patch)
treeac9a812a3976ba7ad56a0ab12007feeff16a0b2f /xrange-svn.patch
parent5b956fc6913e42e77a027a928198fec5da096578 (diff)
php-pecl-varnish: fix for 5.3.3
Diffstat (limited to 'xrange-svn.patch')
-rw-r--r--xrange-svn.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/xrange-svn.patch b/xrange-svn.patch
index e2b9683..aa75cee 100644
--- a/xrange-svn.patch
+++ b/xrange-svn.patch
@@ -33,3 +33,25 @@
--EXPECTF--
-Fatal error: Cannot create references to elements of a temporary array expression %a
+Fatal error: %a reference%a
+--- pecl/xrange/trunk/tests/010.010.phpt 2013/11/09 11:52:44 332089
++++ pecl/xrange/trunk/tests/010.010.phpt 2013/11/09 16:08:07 332090
+@@ -2,6 +2,8 @@
+ Test xrange() against range() - 010
+ --SKIPIF--
+ <?php if (!extension_loaded("xrange")) print "skip"; ?>
++--INI--
++precision=8
+ --FILE--
+ <?php
+ // don't necessarily match up with the equality operator (in this test)
+--- pecl/xrange/trunk/tests/010.011.phpt 2013/11/09 11:52:44 332089
++++ pecl/xrange/trunk/tests/010.011.phpt 2013/11/09 16:08:07 332090
+@@ -2,6 +2,8 @@
+ Test xrange() against range() - 011
+ --SKIPIF--
+ <?php if (!extension_loaded("xrange")) print "skip"; ?>
++--INI--
++precision=8
+ --FILE--
+ <?php
+ // don't necessarily match up with the equality operator (in this test)