Add entries for phar bug fixes in 5.6.11 (also have CVE assigned)

This commit is contained in:
Lior Kaplan 2015-08-10 11:49:18 +03:00
parent 36cbb7cc4c
commit c1127c4de3

6
NEWS
View File

@ -95,6 +95,12 @@ PHP NEWS
. Fixed bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps).
(Matteo)
- Phar:
. Fixed bug #69958 (Segfault in Phar::convertToData on invalid file).
(CVE-2015-5589) (Stas)
. Fixed bug #69923 (Buffer overflow and stack smashing error in
phar_fix_filepath). (CVE-2015-5590) (Stas)
- SimpleXML:
. Refactored the fix for bug #66084 (simplexml_load_string() mangles empty
node name). (Christoph Michael Becker)