]> granicus.if.org Git - php/commitdiff
Note context param changes in opendir(), dir(), and scandir()
authorSara Golemon <pollita@php.net>
Mon, 2 Oct 2006 17:47:02 +0000 (17:47 +0000)
committerSara Golemon <pollita@php.net>
Mon, 2 Oct 2006 17:47:02 +0000 (17:47 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b9e0ae0cf18c4a3e8f4df8e038ba2cf9e9059f48..a017149ac3d8992b9103e913f9881d2e626c0647 100644 (file)
--- 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)