jani                                     Sun, 24 Jan 2010 18:39:14 +0000

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

Log:
fix entries..can you count to 80?

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

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2010-01-24 18:37:37 UTC (rev 293925)
+++ php/php-src/branches/PHP_5_3/NEWS   2010-01-24 18:39:14 UTC (rev 293926)
@@ -15,24 +15,23 @@
 - Added stream filter support to mcrypt extension (ported from
   mcrypt_filter). (Stas)

-- Fixed possible crash when a error/warning is raised during php
-  startup. (Pierre)
+- Fixed possible crash when a error/warning is raised during php startup.
+  (Pierre)

-- Fixed bug #50787 (stream_set_write_buffer() has no effect on socket
-  streams). (vnegrier at optilian dot com, Ilia)
-- Fixed bug #50761 (system.multiCall crashes in xmlrpc extension). (hiroaki
-  dot kawai at gmail dot com, Ilia)
+- Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams).
+  (vnegrier at optilian dot com, Ilia)
+- Fixed bug #50761 (system.multiCall crashes in xmlrpc extension).
+  (hiroaki dot kawai at gmail dot com, Ilia)
 - Fixed bug #50756 (CURLOPT_FTP_SKIP_PASV_IP does not exist). (Sriram)
 - Fixed bug #50732 (exec() adds single byte twice to $output array). (Ilia)
-- Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0). (Joey,
-  Ilia)
-- Fixed bug #50690 (putenv does not set ENV when the value is only
-  one char). (Pierre)
-- Fixed bug #50680 (strtotime() does not support eighth ordinal number).
-  (Ilia)
+- Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0).
+  (Joey, Ilia)
+- Fixed bug #50690 (putenv does not set ENV when the value is only one char).
+  (Pierre)
+- Fixed bug #50680 (strtotime() does not support eighth ordinal number). (Ilia)
 - Fixed bug #50661 (DOMDocument::loadXML does not allow UTF-16). (Rob)
-- Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds
-  but returns false). (Ilia)
+- Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but
+  returns false). (Ilia)
 - Fixed bug #50636 (MySQLi_Result sets values before calling constructor).
   (Pierrick)
 - Fixed bug #50632 (filter_input() does not return default value if the

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

Reply via email to