diff options
author | <changelog@php.net> | 1999-12-05 02:08:13 +0000 |
---|---|---|
committer | <changelog@php.net> | 1999-12-05 02:08:13 +0000 |
commit | 289543b5f92ca2ba52cfa00cedb515ac2ff6567a (patch) | |
tree | 29d4b2a576af0ecdeea78522417a30d820bf9a5f | |
parent | 8bd56f2b7e1186844dc1ed5c4f58b9080706037f (diff) | |
download | php-git-289543b5f92ca2ba52cfa00cedb515ac2ff6567a.tar.gz |
NEWS update
-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 +- Session vars are now decoded into $HTTP_STATE_VARS[] array and the + globals, depending on track_vars and gpc_globals settings (Andrei) - 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 |