diff --git a/NEWS b/NEWS index 917e7d5912e..6a127165630 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,8 @@ PHP 4.0 NEWS ?? ??? 2000, Version 4.0.0 Release - Added user_error(), to allow explicitly generate error messages from scripts (Zeev, Zend Engine) -- Fixed long2ip() to return the correct IP address. (Evan) +- Fixed a problem in long2ip() that occasionally returned incorrect IP address. + (Evan, Andrei) - 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 (Rasmus)