laruence Sat, 17 Sep 2011 14:24:15 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=316913
Log: Fix wrong update Changed paths: U php/php-src/branches/PHP_5_4/NEWS U php/php-src/trunk/NEWS Modified: php/php-src/branches/PHP_5_4/NEWS =================================================================== --- php/php-src/branches/PHP_5_4/NEWS 2011-09-17 14:06:14 UTC (rev 316912) +++ php/php-src/branches/PHP_5_4/NEWS 2011-09-17 14:24:15 UTC (rev 316913) @@ -7,10 +7,6 @@ . 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) Modified: php/php-src/trunk/NEWS =================================================================== --- php/php-src/trunk/NEWS 2011-09-17 14:06:14 UTC (rev 316912) +++ php/php-src/trunk/NEWS 2011-09-17 14:24:15 UTC (rev 316913) @@ -5,14 +5,4 @@ - General improvements: . World domination -- 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) - <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php