summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-12-12 15:06:04 +0100
committerJulien Pauli <jpauli@php.net>2014-12-12 15:06:04 +0100
commitd6eb3b49c878ce01f1d9d73eebc4d9fec4330573 (patch)
tree52e70418f27a21b1383ed6a2f16fdd7cafd37840
parentee226b961c2871dd2f454fa707fc23e4af5cf263 (diff)
downloadphp-git-d6eb3b49c878ce01f1d9d73eebc4d9fec4330573.tar.gz
Updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7f3f98d181..a0dcf344d8 100644
--- a/NEWS
+++ b/NEWS
@@ -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)