iliaa                                    Tue, 06 Oct 2009 12:52:32 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=289248

Log:
Formatting tweaks

Changed paths:
    U   php/php-src/branches/PHP_5_2/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===================================================================
--- php/php-src/branches/PHP_5_2/NEWS   2009-10-06 10:33:23 UTC (rev 289247)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-10-06 12:52:32 UTC (rev 289248)
@@ -8,11 +8,11 @@

 - 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 @@
 - 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).

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to