diff options
author | Mitch Hagstrand <mhagstrand@gmail.com> | 2016-11-16 12:00:52 -0800 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-11-16 21:30:40 +0100 |
commit | 1d8be7c044c0e4a7d985e7b02fe81644a636542d (patch) | |
tree | dd5f3a41ab0901b80467dc18a89b6a148eda1d42 /NEWS | |
parent | 71ee641327539c3f681c6c333e69f2531efacc3c (diff) | |
download | php-git-1d8be7c044c0e4a7d985e7b02fe81644a636542d.tar.gz |
Fix #73546: Logging for opcache has an empty file name
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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). |