From aabd89a0d403927b5b353aaf2bcfbba9efa5b8dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Jan 2026 06:56:20 +0100 Subject: Update to 8.5.2 - http://www.php.net/releases/8_5_2.php --- upstream.patch | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 upstream.patch (limited to 'upstream.patch') diff --git a/upstream.patch b/upstream.patch deleted file mode 100644 index 42d968e..0000000 --- a/upstream.patch +++ /dev/null @@ -1,49 +0,0 @@ -From 9b089edcbdda19e283c34c0619b17a29a2202fa3 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Thu, 1 Jan 2026 08:17:29 +0100 -Subject: [PATCH] Fix missing liburiparser linker option - ---- - ext/uri/config.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ext/uri/config.m4 b/ext/uri/config.m4 -index 390d8eb223cb9..dda586b752aa1 100644 ---- a/ext/uri/config.m4 -+++ b/ext/uri/config.m4 -@@ -34,7 +34,7 @@ if test "$PHP_EXTERNAL_URIPARSER" = "no"; then - URI_CFLAGS="-DURI_STATIC_BUILD" - else - PKG_CHECK_MODULES([LIBURIPARSER], [liburiparser >= 1.0.0]) -- PHP_EVAL_LIBLINE([$LIBURIPARSER_LIBS], [URI_SHARED_LIBADD]) -+ PHP_EVAL_LIBLINE([$LIBURIPARSER_LIBS]) - PHP_EVAL_INCLINE([$LIBURIPARSER_CFLAGS]) - fi - -From bd484ed65f85cdced12deb65638af2caaa7b0b33 Mon Sep 17 00:00:00 2001 -From: Calvin Buckley -Date: Wed, 31 Dec 2025 13:04:09 -0400 -Subject: [PATCH] Fix skipif for mkfifo usage in gh20582.phpt (#20804) - -Makes it like ext/standard/tests/file/filetype_variation.phpt; it's not -just Windows that can have a missing posix_mkfifo, but also a minimal -build, like the ones suggested that RMs test with (using --disable-all). ---- - ext/standard/tests/image/gh20582.phpt | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/ext/standard/tests/image/gh20582.phpt b/ext/standard/tests/image/gh20582.phpt -index 63561534b2fd0..499f70e372603 100644 ---- a/ext/standard/tests/image/gh20582.phpt -+++ b/ext/standard/tests/image/gh20582.phpt -@@ -5,7 +5,9 @@ Nikita Sveshnikov (Positive Technologies) - ndossche - --SKIPIF-- - - --FILE-- -