summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-04-03 09:29:34 +0200
committerFerenc Kovacs <tyrael@php.net>2015-04-03 09:29:34 +0200
commitbce433e4222ea12019cfdd36fc1d9d6b316bab36 (patch)
tree4bcb962227a728d191447138cb67b0c49dd37c4e
parente0e19a12be4aaaedbb7862a0b257bdc901542f57 (diff)
downloadphp-git-bce433e4222ea12019cfdd36fc1d9d6b316bab36.tar.gz
update NEWS
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8d202e7575..5508d5348a 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,7 @@ PHP NEWS
- OPCache:
. Fixed bug #69297 (function_exists strange behavior with OPCache on
disabled function). (Laruence)
+ . Fixed bug #69281 (opcache_is_script_cached no longer works). (danack)
. Fixed bug #68677 (Use After Free). (CVE-2015-1351) (Laruence)
- OpenSSL
@@ -279,7 +280,7 @@ PHP NEWS
interval). (Marc Bennewitz)
- EXIF:
- . Fixed bug #68799: Free called on unitialized pointer. (CVE-2015-0232)
+ . Fixed bug #68799: Free called on uninitialized pointer. (CVE-2015-0232)
(Stas)
- Fileinfo: