diff options
author | Christoph M. Becker <cmb@php.net> | 2016-06-20 15:39:34 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2016-06-20 15:39:34 +0200 |
commit | a291d92067b4610aaf1eb96fa528c7cb316b4d60 (patch) | |
tree | 74cabed2f2fabc1ccff9b7372afb050545c875a4 | |
parent | 2e6cc50f746ab94eca0ef55ebce2fcc3a1d5d55a (diff) | |
download | php-git-a291d92067b4610aaf1eb96fa528c7cb316b4d60.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ PHP NEWS - GD: . Fixed bug #43475 (Thick styled lines have scrambled patterns). (cmb) . Fixed bug #53640 (XBM images require width to be multiple of 8). (cmb) + . Fixed bug #64641 (imagefilledpolygon doesn't draw horizontal line). (cmb) - Mbstring: . Fixed bug #72405 (mb_ereg_replace - mbc_to_code (oniguruma) - |