helly Sat Nov 26 08:12:53 2005 EDT Modified files: (Branch: PHP_5_1) /php-src NEWS Log: - BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.225&r2=1.2027.2.226&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.225 php-src/NEWS:1.2027.2.226 --- php-src/NEWS:1.2027.2.225 Sat Nov 26 04:40:50 2005 +++ php-src/NEWS Sat Nov 26 08:12:52 2005 @@ -5,6 +5,8 @@ - Added an additional field $frame['object'] to the result array of debug_backtrace() that contains a reference to the respective object when the frame was called from an object. (Sebastian) +- Fixed bug #35406 (eval hangs when evall'ed code ends with comment w/o + newline). (Marcus) - Fixed bug #35402 (New date class causes crash in get_object_vars()). (Tony) - Fixed bug #35391 (pdo_mysql::exec does not return number of affected rows). (Tony)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php