From 716b07653db0d12a5cad36d513591c91f8fe283b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Aug 2017 14:06:11 +0200 Subject: Update to 7.0.23RC1 oci8 version is now 2.1.7 --- php-upstream.patch | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..4b847a0 --- /dev/null +++ b/php-upstream.patch @@ -0,0 +1,27 @@ +From 3bc12268041bdeec9941c99f08b71620f7572eb0 Mon Sep 17 00:00:00 2001 +From: Dmitry Stogov +Date: Tue, 15 Aug 2017 13:12:54 +0300 +Subject: [PATCH] Made test 32/64-bit independent + +--- + ext/standard/tests/serialize/bug74103.phpt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/ext/standard/tests/serialize/bug74103.phpt b/ext/standard/tests/serialize/bug74103.phpt +index 3d474b3..8123cff 100644 +--- a/ext/standard/tests/serialize/bug74103.phpt ++++ b/ext/standard/tests/serialize/bug74103.phpt +@@ -2,8 +2,8 @@ + Bug #74103: heap-use-after-free when unserializing invalid array size + --FILE-- + + --EXPECTF-- +-Notice: unserialize(): Error at offset 68 of 100 bytes in %s on line %d ++Notice: unserialize(): Error at offset 64 of 96 bytes in %s on line %d + bool(false) +-- +2.1.4 + -- cgit