stas Fri, 18 Dec 2009 19:20:33 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=292296
Log: Fixed bug #50394 (Reference argument converted to value in __call) Bug: http://bugs.php.net/50394 (Closed) Reference argument converted to value in __call Changed paths: U php/php-src/branches/PHP_5_2/NEWS U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS =================================================================== --- php/php-src/branches/PHP_5_2/NEWS 2009-12-18 19:12:11 UTC (rev 292295) +++ php/php-src/branches/PHP_5_2/NEWS 2009-12-18 19:20:33 UTC (rev 292296) @@ -5,6 +5,7 @@ - Fixed bug #50508 (compile failure: Conflicting HEADER type declarations). (Jani) +- Fixed bug #50394 (Reference argument converted to value in __call). (Stas) 17 Dec 2009, PHP 5.2.12 Modified: php/php-src/branches/PHP_5_3/NEWS =================================================================== --- php/php-src/branches/PHP_5_3/NEWS 2009-12-18 19:12:11 UTC (rev 292295) +++ php/php-src/branches/PHP_5_3/NEWS 2009-12-18 19:20:33 UTC (rev 292296) @@ -44,6 +44,7 @@ - Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures). (Felipe, Pierrick) - Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes seg fault). (davbrown4 at yahoo dot com, Felipe) +- Fixed bug #50394 (Reference argument converted to value in __call). (Stas) - Fixed bug #50351 (performance regression handling objects, ten times slower in 5.3 than in 5.2). (Dmitry) - Fixed bug #50392 (date_create_from_format() enforces 6 digits for 'u'
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php