From: Marcus Boerger Date: Sat, 24 Dec 2005 11:36:52 +0000 (+0000) Subject: - Update X-Git-Tag: RELEASE_1_0_4~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7af76a6fdb5cf17604a89017ac312dfd6d732d3c;p=php - Update --- diff --git a/NEWS b/NEWS index 2c1507c5df..4b8bcbb44d 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)