1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

[ci skip] NEWS

This commit is contained in:
Niels Dossche
2023-11-05 14:06:50 +01:00
parent bb42b418d4
commit 4022e287b2

2
NEWS
View File

@@ -50,6 +50,8 @@ Standard:
(timwolla)
. Fix GH-12252 (round(): Validate the rounding mode). (timwolla)
. Increase the default BCrypt cost to 12. (timwolla)
. Fixed bug GH-12592 (strcspn() odd behaviour with NUL bytes and empty mask).
(nielsdos)
XML:
. Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)