diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-04 14:24:36 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-04 14:24:36 +0000 |
commit | ad30b198d4819491eb5d0524d696a91608aa0f38 (patch) | |
tree | f838e4f785cf2644478e5b73f635a745572c5cfe | |
parent | 9baad804595a97e47baf3f75836fcc9596f2351e (diff) | |
download | php-git-ad30b198d4819491eb5d0524d696a91608aa0f38.tar.gz |
- Added get_used_files() function - returns a hash mapping the use()'d files
to their full path (Zeev)
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |