summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>1999-12-06 02:08:14 +0000
committer <changelog@php.net>1999-12-06 02:08:14 +0000
commit5aeba52b34ba3e296eb25f8bc35dd107e06212ea (patch)
tree9276b0502ead6dfdff1460b77cfd535d04d43f47
parente793b113631db3dffa58bdbfa0555a709b2614c4 (diff)
downloadphp-git-5aeba52b34ba3e296eb25f8bc35dd107e06212ea.tar.gz
NEWS update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a152c206c..f45fb1f729 100644
--- 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