1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 12:31:06 +02:00

Updated NEWS

This commit is contained in:
Julien Pauli
2015-05-12 16:13:39 +02:00
parent 2ddb560c2e
commit adbb301a70

2
NEWS
View File

@@ -5,6 +5,8 @@ PHP NEWS
14 Jun 2015, PHP 5.6.9
- Core:
. Fixed bug #66048 (temp. directory is cached during multiple requests).
(Julien)
. Fixed bug #69566 (Conditional jump or move depends on uninitialised value
in extension trait). (jbboehr at gmail dot com)
. Fixed bug #69467 (Wrong checked for the interface by using Trait).