From: Sara Golemon Date: Mon, 2 Oct 2006 17:47:02 +0000 (+0000) Subject: Note context param changes in opendir(), dir(), and scandir() X-Git-Tag: RELEASE_1_0_0RC1~1475 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68e6ef0f579f3e02e08fdfce9d0a4f2d7a42cc69;p=php Note context param changes in opendir(), dir(), and scandir() --- diff --git a/NEWS b/NEWS index b9e0ae0cf1..a017149ac3 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,8 @@ PHP NEWS - Changed return "new" by reference to throw an E_STRICT error. (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) - Removed old legacy: . "register_globals" support. (Pierre)