summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMitch Hagstrand <mhagstrand@gmail.com>2016-11-16 12:00:52 -0800
committerNikita Popov <nikic@php.net>2016-11-16 21:30:40 +0100
commit1d8be7c044c0e4a7d985e7b02fe81644a636542d (patch)
treedd5f3a41ab0901b80467dc18a89b6a148eda1d42 /NEWS
parent71ee641327539c3f681c6c333e69f2531efacc3c (diff)
downloadphp-git-1d8be7c044c0e4a7d985e7b02fe81644a636542d.tar.gz
Fix #73546: Logging for opcache has an empty file name
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d164457711..b4c3249efa 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,8 @@ PHP NEWS
(Anatol)
- Opcache:
- . Fixed bug #69090 (check cached files permissions)
+ . Fixed bug #69090 (check cached files permissions). (dmitry)
+ . Fixed bug #73546 (Logging for opcache has an empty file name). (mhagstrand)
- PCRE:
. Fixed bug #73392 (A use-after-free in zend allocator management).