From: Andrei Zmievski Date: Wed, 10 Nov 1999 05:04:56 +0000 (+0000) Subject: Remove duplicates. X-Git-Tag: php-4.0b3_RC5~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3fb441979e5fdd99664f63f14fe9721cabc39e0;p=php Remove duplicates. --- diff --git a/NEWS b/NEWS index 6a0dab8bc6..a2cf95b8a8 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ?? 1999, Version 4.0 Beta 3 -Fix OpenLink ODBC support (Stig) -Fix min/max behaviour (Thies) -Fix OpenLink ODBC support (Stig) -Fix min/max behaviour (Thies) +- Fix OpenLink ODBC support (Stig) +- Fix min/max behaviour (Thies) - tempnam() now uses mkstemp() if available (Stig) - serialize() and var_dump() now honor the precision as set in php.ini for doubles. (Thies)