diff options
author | Julien Pauli <jpauli@php.net> | 2014-12-12 16:14:52 +0100 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2014-12-12 16:14:52 +0100 |
commit | 8e42063c0cf51a94a28c7d02a1813899f4624573 (patch) | |
tree | 61599558edee271764c11ddd14bb891233f44610 | |
parent | ebe755f14942b63125f6f0ab3054e9d086d28382 (diff) | |
download | php-git-8e42063c0cf51a94a28c7d02a1813899f4624573.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |