From 2ab85ff3e18252dd613a2b8d38f910dcd68fed23 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jul 2017 20:52:07 +0200 Subject: v7.0.21 --- php-upstream.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 php-upstream.patch (limited to 'php-upstream.patch') diff --git a/php-upstream.patch b/php-upstream.patch new file mode 100644 index 0000000..2cdabc6 --- /dev/null +++ b/php-upstream.patch @@ -0,0 +1,10 @@ +diff --git a/ext/standard/tests/serialize/bug74614.phpt b/ext/standard/tests/serialize/bug74614.phpt +index ae96262..794c871 100644 +--- a/ext/standard/tests/serialize/bug74614.phpt ++++ b/ext/standard/tests/serialize/bug74614.phpt +@@ -7,4 +7,4 @@ unserialize('a:3020000000000000000000000000000001:{i:0;a:0:{}i:1;i:2;i:2;i:3;i:3 + + ?> + --EXPECTF-- +-Notice: unserialize(): Error at offset 38 of 113 bytes in %s on line %d ++Notice: unserialize(): Error at offset %d of 113 bytes in %s on line %d -- cgit