1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

NEWS update

This commit is contained in:
1999-12-05 02:08:13 +00:00
parent 8bd56f2b7e
commit 289543b5f9

2
NEWS
View File

@@ -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