1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

[ci skip] Fix NEWS entry

This commit is contained in:
Christoph M. Becker
2022-07-12 13:43:41 +02:00
parent 31b02a13ab
commit 5365e1d5f1
+1 -1
View File
@@ -19,7 +19,7 @@ PHP NEWS
. Updated bundled libpcre to 10.40. (cmb)
- PDO_Firebird:
. Fixed GH-8576 (Bad interpretation of length when char is UTF-8). (cmb)
. Fixed bug GH-8576 (Bad interpretation of length when char is UTF-8). (cmb)
- Standard:
. Fixed empty array returned by str_split on empty input. (Michael Vorisek)