diff --git a/NEWS b/NEWS index 2c1507c5dfc..4b8bcbb44d5 100644 --- 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)