From: Date: Mon, 15 Nov 1999 02:08:51 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_USED_RETURN_VALUE_PATCH~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30cfeece946736ff379c0c65798caee81bdd97fc;p=php NEWS update --- diff --git a/NEWS b/NEWS index a633deb8c3..752108b878 100644 --- a/NEWS +++ b/NEWS @@ -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)