From 68e6ef0f579f3e02e08fdfce9d0a4f2d7a42cc69 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 2 Oct 2006 17:47:02 +0000 Subject: [PATCH] Note context param changes in opendir(), dir(), and scandir() --- NEWS | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.50.1