From c1e3f5cb17424e2b5b9bbf7fd89ff2142f1cd37f Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 15 Nov 1999 14:35:08 +0000 Subject: [PATCH] cleaning up --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 752108b878f..f9e2cff51e9 100644 --- a/NEWS +++ b/NEWS @@ -4,9 +4,9 @@ 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) +- 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)