summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-07-10 02:28:28 +0200
committerFerenc Kovacs <tyrael@php.net>2015-07-10 02:28:28 +0200
commit763e7ae03e4efba6eb6cbbed8d00ee9e837aca0a (patch)
treee0cc3bd5ef1aea180f11e0c6756cfbc861c554ca
parent9cbe8610fa59d7716fb10ba88894091995d385f4 (diff)
downloadphp-git-763e7ae03e4efba6eb6cbbed8d00ee9e837aca0a.tar.gz
fix NEWS
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f59171a218..7952f490ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-25 Jun 2015, PHP 5.6.11RC1
+10 Jul 2015, PHP 5.6.11
- Core:
. Fixed bug #69768 (escapeshell*() doesn't cater to !). (cmb)
@@ -20,6 +20,8 @@ PHP NEWS
(Christian Wenz)
. Fixed bug #69892 (Different arrays compare indentical due to integer key
truncation). (Nikita)
+ . Fixed bug #69874 (Can't set empty additional_headers for mail()), regression
+ from fix to bug #68776. (Yasuo)
- GD:
. Fixed bug #61221 (imagegammacorrect function loses alpha channel). (cmb)
@@ -49,6 +51,12 @@ PHP NEWS
. Fixed bug #69737 (Segfault when SplMinHeap::compare produces fatal error).
(Stas)
. Fixed bug #67805 (SplFileObject setMaxLineLength). (Willian Gustavo Veiga).
+ . Fixed bug #69970 (Use-after-free vulnerability in
+ spl_recursive_it_move_forward_ex()). (Laruence)
+
+- Sqlite3:
+ . Fixed bug #69972 (Use-after-free vulnerability in
+ sqlite3SafetyCheckSickOrOk()). (Laruence)
11 Jun 2015, PHP 5.6.10