diff options
author | Andrei Zmievski <andrei@php.net> | 2002-05-21 21:24:09 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2002-05-21 21:24:09 +0000 |
commit | 634746ece9d10912fdb3fc3f04871059b9557c7e (patch) | |
tree | f507d02a941f9561502caea687b39f798ba12c10 /NEWS | |
parent | f08e0ef9d4c61bffb2bb3f710a8ac01ce16a21be (diff) | |
download | php-git-634746ece9d10912fdb3fc3f04871059b9557c7e.tar.gz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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), |