diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2014-10-10 11:44:39 +0200 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2014-10-10 11:44:39 +0200 |
commit | b73ef0ee4a8276734f6df180148dce2f445950ed (patch) | |
tree | 3b779e15f7f28111c79e126a8c51920c93fecfbe | |
parent | c2cce33cba30abd30d211c49ac4a67bd6bbb8dab (diff) | |
download | php-git-b73ef0ee4a8276734f6df180148dce2f445950ed.tar.gz |
update NEWS
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2014, PHP 5.5.19 +-Fileinfo: + . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB) + - Core: . Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita) . Fixed bug #68129 (parse_url() - incomplete support for empty usernames |