1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 22:41:20 +02:00

NEWS update

This commit is contained in:
2001-01-18 02:09:10 +00:00
parent ccd94c4831
commit b5dcd83664

5
NEWS
View File

@@ -2,6 +2,11 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.5
- Changed 'Z' flag to date() to always return timezone offset with
negative sign if it's west of UTC. (Andrei)
- Add the HTML_Processor class which provides common functions for processing HTML.
(Sterling)
- Added localeconv() and strcoll() functions for localization. (Sean)
- Added the xslt_set_base function. (Sterling)
- Support Zeus 3.3.8
- Added odbc_error() and odbc_errormsg() functions (Stig)