]> granicus.if.org Git - php/commitdiff
Formatting tweaks
authorIlia Alshanetsky <iliaa@php.net>
Tue, 6 Oct 2009 12:52:32 +0000 (12:52 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 6 Oct 2009 12:52:32 +0000 (12:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7d8da715466046185e74f309e216fbb857c2e32e..f066da5c8bf8a4dc0f5184b84bba10f8500b104a 100644 (file)
--- 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).