diff options
author | Julien Pauli <jpauli@php.net> | 2014-12-12 16:12:52 +0100 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2014-12-12 16:12:52 +0100 |
commit | 4cda98264ec4ab80e9ca54c10cf2f332d6e09290 (patch) | |
tree | e75990405a3421bba2715e7991ef74ce1794aa8f | |
parent | d5dd29ce5c28ee2d04107304bb084c4b79158da7 (diff) | |
download | php-git-4cda98264ec4ab80e9ca54c10cf2f332d6e09290.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ PHP NEWS . Fixed bug #65769 (localeconv() broken in TS builds). (Anatol) . Fixed bug #65230 (setting locale randomly broken). (Anatol) . Fixed bug #68583 (Crash in timeout thread). (Anatol) + . Fixed bug #65576 (Constructor from trait conflicts with inherited + constructor). (dunglas at gmail dot com) - cURL: . Fixed bug #67643 (curl_multi_getcontent returns '' when |