diff options
author | Christoph M. Becker <cmb@php.net> | 2016-06-20 15:28:41 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2016-06-20 15:28:41 +0200 |
commit | 4cde87b5b68d0d13211a8a14a0cf4a2c64fb690c (patch) | |
tree | 04b01fb2dae21dac3ef2386a64d1334f326c7946 | |
parent | 5cc924e5c21c12666a44b91823015c3c56f228e2 (diff) | |
download | php-git-4cde87b5b68d0d13211a8a14a0cf4a2c64fb690c.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,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) - |