summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
author <changelog@php.net>2000-02-14 14:06:42 +0000
committer <changelog@php.net>2000-02-14 14:06:42 +0000
commit0811dfe257553626d8c6889832b54bc11ebd6b33 (patch)
tree3690b19bbbd45b9b3e599222eb0c1eb37db97b5f /NEWS
parentf4c778ff047a11ab0af4f363a6d5401a0e6782c8 (diff)
downloadphp-git-0811dfe257553626d8c6889832b54bc11ebd6b33.tar.gz
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ae1716a0ed..f39537979c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,16 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? ????, Version 4.0 Beta 4
+- Fix overrun in strip_tags (Stas, Zend library)
+- Fixed crash in strip_tags() and related functions. (Thies)
+- Workaround for bogus POST-Data from IE/Mac. (Thies)
+- Patch by Alain Malek <alain@virtua.ch>
+- Finished the server abstraction layer; All of the PHP code is now shared
+ across different servers (Apache, CGI, IIS, etc.), except for thin
+ interface modules (Zeev)
+- Added NULL-support in gettype(). (Thies)
+- base64_decode() will decode POST data correct. (Thies)
+ Patch submitted by: Turadg Aleahmad <turadg@wise.berkeley.edu>
- Much more work on domxml. Build xml tree, create xml doc works (Uwe)
- Made foreach() work on objects. (Thies, Zend library)
- Added domxml extension based on libxml, still little functionality (Uwe)