]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Wed, 6 Apr 2016 12:13:43 +0000 (14:13 +0200)
committerAnatol Belski <ab@php.net>
Wed, 6 Apr 2016 12:13:43 +0000 (14:13 +0200)
NEWS

diff --git a/NEWS b/NEWS
index e3d2d26426455a26553f3509b372588eb27fd41c..24da274e037f7d69feea0392001472ca94cc54c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,7 @@ PHP                                                                        NEWS
 - Opcache:
   . Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER).
     (Laruence)
+  . Made opcache lockfile path configurable. (Fatih ACAR)
 
 - PDO:
   . Fixed bug #52098 (Own PDOStatement implementation ignore __call()).