Skip to content

Commit 631c366

Browse files
committed
[ci skip] fix NEWS last entry
1 parent efc4203 commit 631c366

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ PHP NEWS
8585
list of candidate encodings (with 200,000+ entries). (Jordi Kroon)
8686
. mbregex has been deprecated. (youkidearitai)
8787

88-
- PCNTL:
89-
. pcntl_exec() now throws a ValueError if the $args array is not a list
90-
array. (Weilin Du)
91-
9288
- Mysqli:
9389
. Added mysqli_quote_string() and mysqli::quote_string(). (Kamil Tekiela)
9490

@@ -103,6 +99,10 @@ PHP NEWS
10399
. Added TLS session resumption support for streams with new context options
104100
and Openssl\Session class. (Jakub Zelenka)
105101

102+
- PCNTL:
103+
. pcntl_exec() now throws a ValueError if the $args array is not a list
104+
array. (Weilin Du)
105+
106106
- PDO_DBLIB;
107107
. Added dblib_handle_check_liveness handler. (freddy77)
108108

0 commit comments

Comments
 (0)