From eea8ae4fd1a47d60ef644931327d63a9a6bfe877 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Wed, 19 Apr 2000 18:38:01 +0000 Subject: [PATCH] Modified entry. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)