]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@gmail.com>
Sat, 27 May 2017 14:43:30 +0000 (22:43 +0800)
committerXinchen Hui <laruence@gmail.com>
Sat, 27 May 2017 14:43:30 +0000 (22:43 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 909a82e667a2bcc30be9c6df1cf2e3e81785c524..ba33a3bf4e8c1a7cff706c252b0619b23d55a317 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ PHP                                                                        NEWS
   . Fixed bug #74658 (Undefined constants in array properties result in broken
     properties). (Laruence)
 
+- Opcache:
+  . Fixed bug #74663 (Segfault with opcache.memory_protect and
+    validate_timestamp). (Laruence)
+
 - SPL:
   . Fixed bug #74478 (null coalescing operator failing with SplFixedArray).
     (jhdxr)