diff options
author | Andrei Zmievski <andrei@php.net> | 2000-05-18 00:52:32 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-05-18 00:52:32 +0000 |
commit | 87fbbfa692f340f6b2f73eb40e4533feb5e5152e (patch) | |
tree | 5e844ce29e84607da59a2f9f0d644af663387276 | |
parent | a859e83392cdb34fd8c05eac588e0f4c7b8747b9 (diff) | |
download | php-git-87fbbfa692f340f6b2f73eb40e4533feb5e5152e.tar.gz |
Tough to explain in two lines.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |