diff options
author | Anatol Belski <ab@php.net> | 2018-10-05 22:59:55 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2018-10-05 22:59:55 +0200 |
commit | fec5786f87a904e595d602688b666dbc80f5e1b1 (patch) | |
tree | e16d073d2c6dea0d60ffbe60f5242f2562ce01ec | |
parent | 833a1daee2fa0acf2793d6476481dd1f95d0317b (diff) | |
download | php-git-fec5786f87a904e595d602688b666dbc80f5e1b1.tar.gz |
[ci skip] Update NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |