1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 05:51:02 +02:00

[ci skip] Update NEWS

This commit is contained in:
Anatol Belski
2018-10-05 22:59:55 +02:00
parent 833a1daee2
commit fec5786f87

3
NEWS
View File

@@ -14,6 +14,9 @@ PHP NEWS
. Fixed bug #76972 (Data truncation due to forceful ssl socket shutdown).
(Manuel Mausz)
- intl:
. Fixed bug #76942 (U_ARGUMENT_TYPE_MISMATCH). (anthrax at unixuser dot org)
- Reflection:
. Fixed bug #76936 (Objects cannot access their private attributes while
handling reflection errors). (Nikita)