From: Zeev Suraski Date: Sat, 4 Dec 1999 14:24:36 +0000 (+0000) Subject: - Added get_used_files() function - returns a hash mapping the use()'d files X-Git-Tag: PRE_RETURN_REF_PATCH~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad30b198d4819491eb5d0524d696a91608aa0f38;p=php - Added get_used_files() function - returns a hash mapping the use()'d files to their full path (Zeev) --- diff --git a/NEWS b/NEWS index a443668d35..5e9e0e912c 100644 --- 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)