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

NEWS update

This commit is contained in:
1999-11-10 02:08:55 +00:00
parent 2cc9f1d377
commit ab5c4e2230

4
NEWS
View File

@@ -2,6 +2,10 @@ 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)
- tempnam() now uses mkstemp() if available (Stig)
- serialize() and var_dump() now honor the precision as set in php.ini
for doubles. (Thies)