mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
[ci skip] Fix typo in unserialize()
function name in NEWS
see dd8de1e726
This commit is contained in:
parent
2f119c3008
commit
284f61ee22
1 changed files with 1 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -72,7 +72,7 @@ PHP NEWS
|
||||||
. Added socket_atmark if send/recv needs using MSG_OOB. (David Carlier)
|
. Added socket_atmark if send/recv needs using MSG_OOB. (David Carlier)
|
||||||
|
|
||||||
- Standard:
|
- 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:
|
- Streams:
|
||||||
. Fixed bug #51056: blocking fread() will block even if data is available.
|
. Fixed bug #51056: blocking fread() will block even if data is available.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue