summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-05-20 14:27:23 +0200
committerAnatol Belski <ab@php.net>2018-05-20 14:27:23 +0200
commit364fad275e009f455d8d410ccdea06efd2ec17fc (patch)
tree5cc9c0e2c838cb11178507a1cc53c4ee0000edb1
parent5681f6523bb36d6b49ab802ddba75e53d8d45268 (diff)
downloadphp-git-364fad275e009f455d8d410ccdea06efd2ec17fc.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dcc03844db..808b6b7773 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2018, PHP 7.2.7
+- Core:
+ . Fixed bug #76337 (segfault when opcache enabled + extension use
+ zend_register_class_alias). (xKhorasan)
+
- CLI Server:
. Fixed bug #76333 (PHP built-in server does not find files if root path
contains special characters). (Anatol)