diff options
author | Anatol Belski <ab@php.net> | 2014-12-03 16:47:38 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-12-03 16:47:38 +0100 |
commit | 13aaba40cd1737157117591f5e28b5352ed1931d (patch) | |
tree | 08c9cc634424abe2c9cfef95cd8f9b518d970ed9 | |
parent | 65fce7f9504036c561a97168d7759e01755ae31d (diff) | |
download | php-git-13aaba40cd1737157117591f5e28b5352ed1931d.tar.gz |
updated NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ 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 #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 |