]> granicus.if.org Git - php/commitdiff
- Update
authorMarcus Boerger <helly@php.net>
Sat, 24 Dec 2005 11:36:52 +0000 (11:36 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 24 Dec 2005 11:36:52 +0000 (11:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2c1507c5dfca570645907d9880805f8ec932556a..4b8bcbb44d5f8c3886e98a11365955e34b4c178a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ PHP                                                                        NEWS
   (Marcus, Dmitry)
 - Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
   functions to not call __autoload(). (Dmitry)
-- Changed reflection constants to class constants. (Johannes)
+- Removed global reflection constants. (Johannes)
 - Added "allow_url_include" ini directive to be able to turn off remote url
   code execution separately from the "allow_url_fopen" setting. (Rasmus)
 - Added to cURL extension: (Ilia)