[ci skip] Fix typo in unserialize() function name in NEWS

see dd8de1e726
This commit is contained in:
Tim Düsterhus 2022-12-14 17:43:43 +01:00
parent 2f119c3008
commit 284f61ee22
No known key found for this signature in database
GPG key ID: 8FF75566094168AF

2
NEWS
View file

@ -72,7 +72,7 @@ PHP NEWS
. Added socket_atmark if send/recv needs using MSG_OOB. (David Carlier)
- Standard:
. E_NOTICEs emitted by unserialized() have been promoted to E_WARNING. (timwolla)
. E_NOTICEs emitted by unserialize() have been promoted to E_WARNING. (timwolla)
- Streams:
. Fixed bug #51056: blocking fread() will block even if data is available.