From 78fba9cb80c5ec2f9e375ef7ad09c6396c123ef2 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Wed, 8 Nov 2023 08:39:05 +0100 Subject: [PATCH] Fix GH-12628: The gh11374 test fails on Alpinelinux Closes GH-12636. --- NEWS | 3 +++ ext/pcre/tests/gh11374.phpt | 6 ++++++ ext/zend_test/test.c | 10 ++++++++++ ext/zend_test/test.stub.php | 2 ++ ext/zend_test/test_arginfo.h | 10 +++++++--- 5 files changed, 28 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 13adf6f0b1736..5395077bbd973 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.1.27 +- PCRE: + . Fixed bug GH-12628 (The gh11374 test fails on Alpinelinux). (nielsdos) + - Standard: . Fix memory leak in syslog device handling. (danog) diff --git a/ext/pcre/tests/gh11374.phpt b/ext/pcre/tests/gh11374.phpt index 07f8f4bccfd0a..29f6485cc0440 100644 --- a/ext/pcre/tests/gh11374.phpt +++ b/ext/pcre/tests/gh11374.phpt @@ -1,5 +1,11 @@ --TEST-- GH-11374 (PCRE regular expression without JIT enabled gives different result) +--EXTENSIONS-- +zend_test +--SKIPIF-- + --FILE--