summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-12-12 16:14:52 +0100
committerJulien Pauli <jpauli@php.net>2014-12-12 16:14:52 +0100
commit8e42063c0cf51a94a28c7d02a1813899f4624573 (patch)
tree61599558edee271764c11ddd14bb891233f44610
parentebe755f14942b63125f6f0ab3054e9d086d28382 (diff)
downloadphp-git-8e42063c0cf51a94a28c7d02a1813899f4624573.tar.gz
Updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 07bbd045fd..8e02a29ff2 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,8 @@ PHP NEWS
classes (https://wiki.php.net/rfc/secure_unserialize). (Stas)
. Fixed bug #68185 ("Inconsistent insteadof definition."- incorrectly triggered). (Julien)
. Fixed bug #65419 (Inside trait, self::class != __CLASS__). (Julien)
+ . Fixed bug #65576 (Constructor from trait conflicts with inherited
+ constructor). (dunglas at gmail dot com)
- Date:
. Fixed day_of_week function as it could sometimes return negative values