summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2002-05-21 21:24:09 +0000
committerAndrei Zmievski <andrei@php.net>2002-05-21 21:24:09 +0000
commit634746ece9d10912fdb3fc3f04871059b9557c7e (patch)
treef507d02a941f9561502caea687b39f798ba12c10 /NEWS
parentf08e0ef9d4c61bffb2bb3f710a8ac01ce16a21be (diff)
downloadphp-git-634746ece9d10912fdb3fc3f04871059b9557c7e.tar.gz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f5bc26604c..f6b1f38f37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.3.0
+- Fixed a crash bug in token_get_all(). (Andrei)
- Implemented glob() for Unix/Win32. (Hartmut, Edin, Markus)
- Added domxml_doc_set_root() to change the root node. (Lukas Schroeder)
-- Fix crash bug in stripslashes() when working in sybase mode (Rasmus)
+- Fixed a crash bug in stripslashes() when working in sybase mode (Rasmus)
- Added experimental support for Simplified Chinese, Traditional Chinese and
Korean encoding in mbstring. (Rui)
- Misc. Win32 mail() enhancements: support 'From:' header (msisolak@yahoo.com),