1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 02:52:48 +02:00

NEWS update

This commit is contained in:
2000-04-30 01:09:06 +00:00
parent f1d5167ae3
commit 9fa7428cf5

2
NEWS
View File

@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.0 Release
- Updated natural comparison/sorting algorithm by Martin Pool
<mbp@humbug.org.au>. (Andrei)
- Fixed a crash in array_multisort() that happened when empty arrays
were passed to it. (Andrei)
- Added substr_count() from Peter Kovacs. (Andrei)