1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00

NEWS update

This commit is contained in:
1999-11-15 02:08:51 +00:00
parent 897127d44a
commit 30cfeece94

5
NEWS
View File

@@ -2,6 +2,11 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? 1999, Version 4.0 Beta 3
- ucfirst()/ucwords() no longer modify arg1. (Thies)
- Fixed strtr() not to modify arg1. (Thies)
-Added Win32 build files for Informix driver
and make it compile with ZTS (danny)
Added tmpfile() function (Stig)
- Upgraded regex library to alpha3.8 (Sascha)
- Fixed selecting nested-tables in OCI8. (Thies)
- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies)