diff options
author | Anatol Belski <ab@php.net> | 2014-12-03 16:48:49 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-12-03 16:48:49 +0100 |
commit | 5deac25ea033cf6a5ece410789aa080cbdc41573 (patch) | |
tree | 28b8fe219af396277616d281b713f34373ef0df1 | |
parent | f3b4c05423c6caddb7e648bbc849053952b7b46c (diff) | |
download | php-git-5deac25ea033cf6a5ece410789aa080cbdc41573.tar.gz |
updated NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ PHP NEWS . Fixed bug #60704 (unlink() bug with some files path). . Fixed bug #65419 (Inside trait, self::class != __CLASS__). (Julien) . Fixed bug #68536 (pack for 64bits integer is broken on bigendian). (Remi) + . Fixed bug #55541 (errors spawn MessageBox, which blocks test automation). + (Anatol) + . Fixed bug #68297 (Application Popup provides too few information). (Anatol) - cURL: . Fixed bug #67643 (curl_multi_getcontent returns '' when |