From: Felipe Pena Date: Thu, 27 Mar 2008 00:11:22 +0000 (+0000) Subject: This was done in 5.1 X-Git-Tag: RELEASE_2_0_0a2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d6e5d6b8429f64fb5c9e7864c38f5c54b6ac471;p=php This was done in 5.1 --- diff --git a/NEWS b/NEWS index 4c56fe9e44..8354e7f873 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,6 @@ PHP NEWS - Changed dl() to be disabled by default. Enabled only when explicitly registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry) -- Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() - functions to not call __autoload(). (Dmitry) - Changed opendir/dir/scandir to use default context when no context argument is passed. (Sara) - Changed open_basedir to allow tightening in runtime contexts. (Sara)