1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00

Tough to explain in two lines.

This commit is contained in:
Andrei Zmievski
2000-05-18 00:52:32 +00:00
parent a859e83392
commit 87fbbfa692

2
NEWS
View File

@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.0 Release
- Added SORT_REGULAR, SORT_NUMERIC, SORT_STRING flags that can be used with
non-user sort functions for precise sorting behavior. (Andrei)
- Fixed two 64-bit issues (startup crash, gethostbyaddr). (Sascha)
- NULL values are now preserved in the return value of mysql_fetch_array()
and mysql_fetch_object(). (Andrei)