summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2019-11-11 22:30:08 -0800
committerStanislav Malyshev <stas@php.net>2019-11-11 22:32:35 -0800
commit2c9926f156b2be6aa4f69a169d028c1ebc1eaa34 (patch)
treefc884f5576b50b7a5fd481ad3b5ffc3a9c74af73 /NEWS
parentee243bc47155f8738b329bc5ce2fa95753c38154 (diff)
downloadphp-git-2c9926f156b2be6aa4f69a169d028c1ebc1eaa34.tar.gz
Fix bug #78804 - Segmentation fault in Locale::filterMatches
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3160a9fdaa..4deb2e12fb 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2019, PHP 7.2.26
+- Intl:
+ . Fixed bug #78804 (Segmentation fault in Locale::filterMatches). (Stas)
+
- Standard:
. Fixed bug #78759 (array_search in $GLOBALS). (Nikita)
@@ -27,7 +30,7 @@ PHP NEWS
cmb).
- OpCache:
- . Fixed bug #78654 (Incorrectly computed opcache checksum on files with
+ . Fixed bug #78654 (Incorrectly computed opcache checksum on files with
non-ascii characters). (mhagstrand)
. Fixed bug #78747 (OpCache corrupts custom extension result). (Nikita)
@@ -36,7 +39,7 @@ PHP NEWS
connections). (Nikita)
- Reflection:
- . Fixed bug #78697 (ReflectionClass::ImplementsInterface - inaccurate error
+ . Fixed bug #78697 (ReflectionClass::ImplementsInterface - inaccurate error
message with traits). (villfa)
- Sockets: