diff --git a/NEWS b/NEWS index 9432d6eda84..d4d7ed8b1ea 100644 --- a/NEWS +++ b/NEWS @@ -12,7 +12,6 @@ PHP 4.0 NEWS - strpos() is now binary-safe. (Thies) - added XML_Set_Object() function, now you can use the XML-Parser from within an object. (Thies) -- Fix warnings compiling in maintainer mode. (Stig) - 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 @@ -21,7 +20,6 @@ PHP 4.0 NEWS time out (Rasmus) - Add configure command to phpinfo() output (Stig) - Add optional socket path to the mysql_?connect() functions (Rasmus) -- Fix some warnings when compiling in maintainer-mode (Stig) - Made mysql and gd work as shared extensions again (Stig) - Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] counterparts be references to each other (Zeev)