diff options
author | Remi Collet <remi@php.net> | 2014-12-02 08:40:52 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2014-12-02 08:40:52 +0100 |
commit | 196b768928d4c64e588a0f232d229f01670695f6 (patch) | |
tree | 30aa3c1465b912ad113d4c317dd9e3414f1ab9e2 | |
parent | 6f3714a8fcdd0dd1831f1c165fe723f5cc238769 (diff) | |
download | php-git-196b768928d4c64e588a0f232d229f01670695f6.tar.gz |
NEWS
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ 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 #68536 (pack for 64bits integer is broken on bigendian). (Remi) - cURL: . Fixed bug #67643 (curl_multi_getcontent returns '' when |