Commit 0d7ce4c0376 for php.net
commit 0d7ce4c03763d3772b6eeab388153e42c2b048e3
Merge: 69322603869 f92d54b6b52
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date: Sat Mar 21 10:35:59 2026 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
openssl: Fix missing error propagation for BIO_printf() calls
diff --cc NEWS
index 273a2d496b0,c94a84b1911..24e90b32ad1
--- a/NEWS
+++ b/NEWS
@@@ -27,11 -23,8 +27,12 @@@ PH
- OpenSSL:
. Fixed bug GH-21083 (Skip private_key_bits validation for EC/curve-based
keys). (iliaal)
+ . Fix missing error propagation for BIO_printf() calls. (ndossche)
+- PCNTL:
+ . Fixed signal handler installation on AIX by bumping the storage size of the
+ num_signals global. (Calvin Buckley)
+
- PCRE:
. Fixed re-entrancy issue on php_pcre_match_impl, php_pcre_replace_impl,
php_pcre_split_impl, and php_pcre_grep_impl. (David Carlier)