Bug fixing news

This commit is contained in:
Ilia Alshanetsky 2005-11-26 21:04:42 +00:00
parent 0b9f9de012
commit 36d62a2f84

1
NEWS
View File

@ -5,6 +5,7 @@ PHP NEWS
- 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 #35413 (Removed -dev flag from Zend Engine version). (Ilia)
- 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)