From: foobar Date: Sun, 27 Nov 2005 13:24:53 +0000 (+0000) Subject: fix news X-Git-Tag: php-5.1.1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc34aa8489e854adc2674f08ec5b3bd5a3b166f6;p=php fix news --- diff --git a/NEWS b/NEWS index a565f32b7f..d438a44d84 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2006, PHP 5.1.1 -- Disabled native date class, to prevent pear::date conflict. (Ilia) -- Make reflection constants be both PHP and class constants. (Johannes) +- Disabled native date class to prevent pear::date conflict. (Ilia) +- Changed reflection constants be both PHP and class constants. (Johannes) - 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)