1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00

Modified entry.

This commit is contained in:
Andrei Zmievski
2000-04-19 18:38:01 +00:00
parent a15b08a709
commit eea8ae4fd1

3
NEWS
View File

@@ -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)