Hi

2011/9/17 Xinchen Hui <larue...@php.net>:
> laruence                                 Sat, 17 Sep 2011 03:23:38 +0000
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=316897
>
> Log:
> Update NEWS
>
> Changed paths:
>    U   php/php-src/branches/PHP_5_3/NEWS
>    U   php/php-src/branches/PHP_5_4/NEWS
>    U   php/php-src/trunk/NEWS
>
> Modified: php/php-src/branches/PHP_5_3/NEWS
> ===================================================================
> --- php/php-src/branches/PHP_5_3/NEWS   2011-09-17 03:14:31 UTC (rev 316896)
> +++ php/php-src/branches/PHP_5_3/NEWS   2011-09-17 03:23:38 UTC (rev 316897)
> @@ -38,6 +38,8 @@
>  - MySQLi extension:
>   . Fixed bug #55582 (mysqli_num_rows() returns always 0 for unbuffered, when
>   mysqlnd is used). (Andrey)
> +  . Fixed bug #55703 (PHP crash when calling mysqli_fetch_fields).
> +    (eran at zend dot com, Laruence)
>
>  - mysqlnd
>   . Fixed bug #55609 (mysqlnd cannot be built shared). (Johannes)
>
> Modified: php/php-src/branches/PHP_5_4/NEWS
> ===================================================================
> --- php/php-src/branches/PHP_5_4/NEWS   2011-09-17 03:14:31 UTC (rev 316896)
> +++ php/php-src/branches/PHP_5_4/NEWS   2011-09-17 03:23:38 UTC (rev 316897)
> @@ -4,7 +4,13 @@
>  - Core:
>   . Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux
>     parisc). (Felipe)
> +  . Fixed bug #55705 (Omitting a callable typehinted argument causes a 
> segfault).
> +    (Felipe, Laruence)
>
> +- MySQLi extension:
> +  . Fixed bug #55703 (PHP crash when calling mysqli_fetch_fields).
> +    (eran at zend dot com, Laruence)
> +
>  15 Sep 2011, PHP 5.4.0 Beta
>  - General improvements:
>   . Added callable typehint. (Hannes)

Only the 5.3 NEWS should have been updated here.

-- 
regards,

Kalle Sommer Nielsen
ka...@php.net

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

Reply via email to