From: Takeshi Abe Date: Wed, 13 Jan 2010 07:32:45 +0000 (+0000) Subject: fix NEWS entry X-Git-Tag: php-5.2.13RC1~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d83f314a6873f97b541767b82dfcabf757c2c675;p=php fix NEWS entry --- diff --git a/NEWS b/NEWS index 1894b24dc1..c5615f4772 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,7 @@ PHP NEWS (Jani) - Fixed bug #50394 (Reference argument converted to value in __call). (Stas) - Fixed bug #49851 (http wrapper breaks on 1024 char long headers). (Ilia) +- Fixed bug #49600 (imageTTFText text shifted right). (Takeshi Abe) - Fixed bug #48590 (SoapClient does not honor max_redirects). (Sriram) - Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive in HTTP uploads). (Ilia) @@ -137,7 +138,6 @@ PHP NEWS - Fixed bug #49630 (imap_listscan() function missing). (Felipe) - Fixed bug #49627 (error_log to specified file does not log time according to date.timezone). (Dmitry) -- Fixed bug #49600 (imageTTFText text shifted right). (Takeshi Abe) - Fixed bug #49578 (make install-pear fails). (Hannes) - Fixed bug #49536 (mb_detect_encoding() returns incorrect results when mbstring.strict_mode is turned on). (Moriyoshi)