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

Updated NEWS

This commit is contained in:
Julien Pauli
2014-12-12 15:06:04 +01:00
parent ee226b961c
commit d6eb3b49c8

2
NEWS
View File

@@ -6,6 +6,8 @@ PHP NEWS
. Upgraded crypt_blowfish to version 1.3. (Leigh)
. Fixed bug #60704 (unlink() bug with some files path).
. Fixed bug #65419 (Inside trait, self::class != __CLASS__). (Julien)
. Fixed bug #65576 (Constructor from trait conflicts with inherited
constructor). (dunglas at gmail dot com)
. Fixed bug #55541 (errors spawn MessageBox, which blocks test automation).
(Anatol)
. Fixed bug #68297 (Application Popup provides too few information). (Anatol)