diff options
author | Andrei Zmievski <andrei@php.net> | 2000-04-19 14:50:19 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-04-19 14:50:19 +0000 |
commit | 6f88327a12cd3e0c02761997d5d228d7af355e0f (patch) | |
tree | 69a283cc60995aa3c701ecc6bcde31fb1e917cb6 | |
parent | c31f6fbd90ee8a114f860a256701988496b55535 (diff) | |
download | php-git-6f88327a12cd3e0c02761997d5d228d7af355e0f.tar.gz |
Fix attribution
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ PHP 4.0 NEWS - Fixed long2ip() to return the correct IP address. (Evan) - Fix many memory leaks in the IMAP module (Stanislav, Andi, Zeev) - Fix bug in number_format (Jon Forsberg) -- Make error_prepend_string and error_append_string work +- Make error_prepend_string and error_append_string work (Rasmus) - array_walk() now automatically resets the array. (Andrei) - Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(), natsort(), and natcasesort(). These are useful for comparing and sorting |