]> granicus.if.org Git - php/commitdiff
- Added get_used_files() function - returns a hash mapping the use()'d files
authorZeev Suraski <zeev@php.net>
Sat, 4 Dec 1999 14:24:36 +0000 (14:24 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 4 Dec 1999 14:24:36 +0000 (14:24 +0000)
  to their full path (Zeev)

NEWS

diff --git a/NEWS b/NEWS
index a443668d35fd27237e18a5aec2d281a967f4d416..5e9e0e912c7f2f8417b7f72464b1786fd0b7f554 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ?? ????, Version 4.0 Beta 4
+- Added get_used_files() function - returns a hash mapping the use()'d files
+  to their full path (Zeev)
 - PHP 4 scripts will now obey the max_execution_time setting and actually
   time out (Rasmus)
 - Add configure command to phpinfo() output (Stig)