summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-04-15 18:31:37 +0200
committerFerenc Kovacs <tyrael@php.net>2015-04-15 18:31:37 +0200
commit6922659b8bc783d40fd9c669fd9c879fa07a69e5 (patch)
tree8789a427db34c21b24a04c8f151844d682d647d8
parentf44cd92cd26ec3e1a0aaf5a63f7bad770859174d (diff)
downloadphp-git-6922659b8bc783d40fd9c669fd9c879fa07a69e5.tar.gz
update NEWS
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8444bbcd21..b61ed2b175 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-02 Apr 2015, PHP 5.6.8RC1
+16 Apr 2015, PHP 5.6.8
- Core:
. Fixed bug #66609 (php crashes with __get() and ++ operator in some cases).
@@ -10,16 +10,24 @@ PHP NEWS
. Fixed bug #68917 (parse_url fails on some partial urls). (Wei Dai)
. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
configuration options). (Anatol Belski)
+ . Additional fix for bug #69152 (Type confusion vulnerability in
+ exception::getTraceAsString). (Stas)
. Fixed bug #69210 (serialize function return corrupted data when sleep has
non-string values). (Juan Basso)
. Fixed bug #69212 (Leaking VIA_HANDLER func when exception thrown in
__call/... arg passing). (Nikita)
. Fixed bug #69221 (Segmentation fault when using a generator in combination
with an Iterator). (Nikita)
+ . Fixed bug #69337 (php_stream_url_wrap_http_ex() type-confusion
+ vulnerability). (Stas)
+ . Fixed bug #69353 (Missing null byte checks for paths in various PHP
+ extensions). (Stas)
- cURL:
. Implemented FR#69278 (HTTP2 support). (Masaki Kagaya)
. Fixed bug #68739 (Missing break / control flow). (Laruence)
+ . Fixed bug #69316 (Use-after-free in php_curl related to
+ CURLOPT_FILE/_INFILE/_WRITEHEADER). (Laruence)
- Date:
. Added DateTime::createFromImmutable(). (Trevor Suarez)
@@ -32,11 +40,18 @@ PHP NEWS
- Ereg:
. Fixed bug #68740 (NULL Pointer Dereference). (Laruence)
+- Fileinfo:
+ . Fixed bug #68819 (Fileinfo on specific file causes spurious OOM and/or
+ segfault). (Anatol Belski)
+
- Filter:
. Fixed bug #69202: (FILTER_FLAG_STRIP_BACKTICK ignored unless other
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