From 26c0349c12696cdd0fc47ee6e877fabeae32f337 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Aug 2024 10:01:46 +0200 Subject: test build for upstream patch open https://github.com/php/php-src/pull/15383 fix test expectation open https://github.com/php/php-src/pull/15382 cleanup php.ini --- upstream.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 upstream.patch (limited to 'upstream.patch') diff --git a/upstream.patch b/upstream.patch new file mode 100644 index 0000000..f4c2a18 --- /dev/null +++ b/upstream.patch @@ -0,0 +1,21 @@ +From 40d88cacc1db11787aa2fde6d0ee4b6064746d94 Mon Sep 17 00:00:00 2001 +From: Remi Collet +Date: Tue, 13 Aug 2024 22:58:44 +0200 +Subject: [PATCH] Fix test expectation for "Built by..." (#15383) + +--- + sapi/fpm/tests/main-version.phpt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/sapi/fpm/tests/main-version.phpt b/sapi/fpm/tests/main-version.phpt +index 40ea45ef01026..5ae83562d070b 100644 +--- a/sapi/fpm/tests/main-version.phpt ++++ b/sapi/fpm/tests/main-version.phpt +@@ -16,6 +16,6 @@ echo "Done\n"; + --EXPECTF-- + string(%d) "PHP %s (fpm%s (built: %s + Copyright (c) The PHP Group +-Zend Engine v%s, Copyright (c) Zend Technologies ++%AZend Engine v%s, Copyright (c) Zend Technologies + " + Done -- cgit