On Tue, Sep 13, 2011 at 15:11, Xinchen Hui <larue...@php.net> wrote:
> laruence                                 Tue, 13 Sep 2011 13:11:42 +0000
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=316622
>
> Log:
> update news
>
> Changed paths:
>    U   php/php-src/branches/PHP_5_3/NEWS
>    U   php/php-src/branches/PHP_5_4/NEWS
>
> Modified: php/php-src/branches/PHP_5_3/NEWS
> ===================================================================
> --- php/php-src/branches/PHP_5_3/NEWS   2011-09-13 13:02:57 UTC (rev 316621)
> +++ php/php-src/branches/PHP_5_3/NEWS   2011-09-13 13:11:42 UTC (rev 316622)
> @@ -59,6 +59,9 @@
>     instead of false when no nodes are found as it was since 5.3.3
>     (bug #48601). (chregu, rrichards)
>
> +- String:
> +  . Fixed bug #55674 (fgetcsv & str_getcsv skip empty fields in some 
> tab-separated
> +    records). (Laruence)
>
>  23 Aug 2011, PHP 5.3.8
>
>
> Modified: php/php-src/branches/PHP_5_4/NEWS
> ===================================================================
> --- php/php-src/branches/PHP_5_4/NEWS   2011-09-13 13:02:57 UTC (rev 316621)
> +++ php/php-src/branches/PHP_5_4/NEWS   2011-09-13 13:11:42 UTC (rev 316622)
> @@ -365,6 +365,7 @@
>  - Fixed bug #55473 (mysql_pconnect leaks file descriptors on reconnect). 
> (Andrey, Laruence)
>  - Fixed bug #55423 (cli-server could not output correctly in some case). 
> (Laruence, chobieee at gmail dot com)
>  - Fixed bug #55653 (PS crash with libmysql when binding same variable as 
> param and out). (Laruence)
> +- Fixed bug #55674 (fgetcsv & str_getcsv skip empty fields in some 
> tab-separated records). (Laruence)
>


We only add NEWS entries to the lowest relased branch..

-Hannes

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

Reply via email to