summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-04-15 18:34:17 +0200
committerFerenc Kovacs <tyrael@php.net>2015-04-15 18:34:17 +0200
commit3592dce76d538203bd0130f98740754a24279abd (patch)
treefa589511dd03e95f093c08af264e7101118dc340
parent6922659b8bc783d40fd9c669fd9c879fa07a69e5 (diff)
downloadphp-git-3592dce76d538203bd0130f98740754a24279abd.tar.gz
update NEWS
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b61ed2b175..d3889ebb74 100644
--- a/NEWS
+++ b/NEWS
@@ -49,9 +49,6 @@ PHP NEWS
flags are used). (Jeff Welch)
. Fixed bug #69203 (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127). (Jeff
Welch)
- . Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar). (Stas)
- . Fixed bug #69441 (Buffer Overflow when parsing tar/zip/phar in
- phar_set_inode). (Stas)
- OPCache:
. Fixed bug #69297 (function_exists strange behavior with OPCache on
@@ -75,6 +72,9 @@ PHP NEWS
. Fixed bug #65467 (Call to undefined method cli_arg_typ_string). (Mike)
. Fixed bug #67761 (Phar::mapPhar fails for Phars inside a path containing
".tar"). (Mike)
+ . Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar). (Stas)
+ . Fixed bug #69441 (Buffer Overflow when parsing tar/zip/phar in
+ phar_set_inode). (Stas)
- Postgres:
. Fixed bug #68741 (Null pointer dereference). (CVE-2015-1352) (Laruence)