Fixed section

This commit is contained in:
Xinchen Hui 2014-07-03 10:51:24 +08:00
parent 1ffd32b952
commit 1f6b877f7a

8
NEWS
View File

@ -10,6 +10,11 @@ PHP NEWS
- pgsql:
. Fix bug #67555 (Cannot build against libpq 7.3). (Adam)
- SPL:
. Fixed bug #67539 (ArrayIterator use-after-free due to object change during
sorting). (research at insighti dot org, Laruence)
. Fixed bug #67538 (SPL Iterators use-after-free). (CVE-2014-4670) (Laruence)
03 Jul 2014, PHP 5.6.0 Release Candidate 2
@ -49,9 +54,6 @@ PHP NEWS
(Help entry was missing). (Bob)
- SPL:
. Fixed bug #67539 (ArrayIterator use-after-free due to object change during
sorting). (research at insighti dot org, Laruence)
. Fixed bug #67538 (SPL Iterators use-after-free). (Laruence)
. Fixed bug #67492 (unserialize() SPL ArrayObject / SPLObjectStorage Type
Confusion) (CVE-2014-3515). (Stefan Esser)