]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Mon, 6 Dec 1999 02:08:14 +0000 (02:08 +0000)
committer <changelog@php.net> <>
Mon, 6 Dec 1999 02:08:14 +0000 (02:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3a152c206c41b13813c84a3086c445e6b96d994f..f45fb1f7293a91ca8f0af2be6e8a5dfa885e30e8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ?? ????, Version 4.0 Beta 4
+- Fix Informix compile (Evan)
+- 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