Update NEWS [ci skip]

This commit is contained in:
Anatol Belski 2018-12-26 20:07:31 +01:00
parent b48823101c
commit b53d2b69f2

4
NEWS
View File

@ -8,6 +8,10 @@ PHP NEWS
- PCRE:
. Fixed bug #77338 (get_browser with empty string). (Nikita)
- Sockets:
. Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address
on MacOS). (Michael Meyer)
- SPL:
. Fixed bug #77298 (segfault occurs when add property to unserialized empty
ArrayObject). (jhdxr)