From 9bcde6ae2d061b62df32ab8a763089b528eb633d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Dec 2023 15:55:15 +0100 Subject: use ICU 73.2 use oracle client library version 21.12 on x86_64, 19.19 on aarch64 add fixes for libxml 2.11 and 2.12 from 8.1 --- php-7.4.33-tests.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 php-7.4.33-tests.patch (limited to 'php-7.4.33-tests.patch') diff --git a/php-7.4.33-tests.patch b/php-7.4.33-tests.patch new file mode 100644 index 0000000..aa8f1d9 --- /dev/null +++ b/php-7.4.33-tests.patch @@ -0,0 +1,26 @@ +From 6974372fbbea4279e1e4f5c24425581208f5553a Mon Sep 17 00:00:00 2001 +From: Nikita Popov +Date: Mon, 18 Oct 2021 12:45:26 +0200 +Subject: [PATCH] Fix bug #81510 + +Make the used arrays larger, because the previous sizes were not +slow enough on some hardware. +--- + Zend/tests/bug74093.phpt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/Zend/tests/bug74093.phpt b/Zend/tests/bug74093.phpt +index 7f20285805bf..c5fc9da8cbbf 100644 +--- a/Zend/tests/bug74093.phpt ++++ b/Zend/tests/bug74093.phpt +@@ -12,8 +12,8 @@ max_execution_time=1 + hard_timeout=1 + --FILE-- + + --EXPECTF-- -- cgit