We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc4203 commit 631c366Copy full SHA for 631c366
1 file changed
NEWS
@@ -85,10 +85,6 @@ PHP NEWS
85
list of candidate encodings (with 200,000+ entries). (Jordi Kroon)
86
. mbregex has been deprecated. (youkidearitai)
87
88
-- PCNTL:
89
- . pcntl_exec() now throws a ValueError if the $args array is not a list
90
- array. (Weilin Du)
91
-
92
- Mysqli:
93
. Added mysqli_quote_string() and mysqli::quote_string(). (Kamil Tekiela)
94
@@ -103,6 +99,10 @@ PHP NEWS
103
99
. Added TLS session resumption support for streams with new context options
104
100
and Openssl\Session class. (Jakub Zelenka)
105
101
102
+- PCNTL:
+ . pcntl_exec() now throws a ValueError if the $args array is not a list
+ array. (Weilin Du)
+
106
- PDO_DBLIB;
107
. Added dblib_handle_check_liveness handler. (freddy77)
108
0 commit comments