From: Ilia Alshanetsky Date: Tue, 6 Oct 2009 12:52:32 +0000 (+0000) Subject: Formatting tweaks X-Git-Tag: php-5.2.12RC1~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5007c77a31e47e7fdc22cb6371f21a89e3023067;p=php Formatting tweaks --- diff --git a/NEWS b/NEWS index 7d8da71546..f066da5c8b 100644 --- a/NEWS +++ b/NEWS @@ -8,11 +8,11 @@ PHP NEWS - Fixed bug #49757 (long2ip() can return wrong value in a multi-threaded applications). (Ilia, Florian Anderiasch) -- Fixed bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes). +- Fixed bug #49738 (calling mcrypt() after mcrypt_generic_deinit() crashes). (Sriram Natarajan) - Fixed bug #49698 (Unexpected change in strnatcasecmp()). (Rasmus) - Fixed bug #49647 (DOMUserData does not exist). (Rob) -- Fixed bug #49630 (imap_listscan function missing). (Felipe) +- 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 #49578 (make install-pear fails). (Hannes) @@ -21,7 +21,7 @@ PHP NEWS - Fixed bug #49531 (CURLOPT_INFILESIZE sometimes causes warning "CURLPROTO_FILE cannot be set"). (Felipe) - Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after - fclose). (Ilia) + fclose()). (Ilia) - Fixed bug #49354 (mb_strcut() cuts wrong length when offset is in the middle of a multibyte character). (Moriyoshi) - Fixed bug #49528 (UTF-16 strings prefixed by BOMs wrongly converted).