diff options
author | Remi Collet <remi@php.net> | 2014-10-15 19:16:45 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2014-10-15 19:16:45 +0200 |
commit | 503f8193e804ba1eb0847b4c6148844e50a60427 (patch) | |
tree | 0de64cfee760a07db4c36c0b8c5e246af5f96aa4 | |
parent | 2728e6f01798b1146b41587d38bf84cdf9988d17 (diff) | |
download | php-git-503f8193e804ba1eb0847b4c6148844e50a60427.tar.gz |
NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ PHP NEWS -Fileinfo: . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB) +- GD: + . Fixed bug #65171 (imagescale() fails without height param). (Remi) + - Core: . Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita) . Fixed bug #68129 (parse_url() - incomplete support for empty usernames |