From: Hannes Magnusson Date: Tue, 9 Dec 2008 09:04:00 +0000 (+0000) Subject: Merged to 5_3 X-Git-Tag: php-5.4.0alpha1~191^2~4861 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7d4c89583f72f76a0aee897639526a68e8e662f;p=php Merged to 5_3 --- diff --git a/NEWS b/NEWS index 8cd9e585a4..9d6d0d2f33 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 opendir/dir/scandir to use default context - when no context argument is passed. (Sara) - Changed open_basedir to allow tightening in runtime contexts. (Sara) - Changed allow_url_fopen/allow_url_include to allow per-wrapper enable/disable and runtime tightening. (Sara)