]> granicus.if.org Git - php/commitdiff
fix news
authorfoobar <sniper@php.net>
Sun, 27 Nov 2005 13:24:53 +0000 (13:24 +0000)
committerfoobar <sniper@php.net>
Sun, 27 Nov 2005 13:24:53 +0000 (13:24 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a565f32b7fd1c093da67665b5f3a046297ee9cab..d438a44d84ddb397bd805155d096e17eff3eba63 100644 (file)
--- 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)