Commit 631c366f9f5 for php.net
commit 631c366f9f58c8ba4078a48d1f56187cfbf8e549
Author: David Carlier <devnexen@gmail.com>
Date: Tue May 5 12:54:25 2026 +0100
[ci skip] fix NEWS last entry
diff --git a/NEWS b/NEWS
index 5f0c155a3f7..4ace7d3dc46 100644
--- a/NEWS
+++ b/NEWS
@@ -85,10 +85,6 @@ PHP NEWS
list of candidate encodings (with 200,000+ entries). (Jordi Kroon)
. mbregex has been deprecated. (youkidearitai)
-- PCNTL:
- . pcntl_exec() now throws a ValueError if the $args array is not a list
- array. (Weilin Du)
-
- Mysqli:
. Added mysqli_quote_string() and mysqli::quote_string(). (Kamil Tekiela)
@@ -103,6 +99,10 @@ PHP NEWS
. Added TLS session resumption support for streams with new context options
and Openssl\Session class. (Jakub Zelenka)
+- PCNTL:
+ . pcntl_exec() now throws a ValueError if the $args array is not a list
+ array. (Weilin Du)
+
- PDO_DBLIB;
. Added dblib_handle_check_liveness handler. (freddy77)