From: Date: Sun, 5 Mar 2000 02:09:06 +0000 (+0000) Subject: NEWS update X-Git-Tag: PHP-4.0-RC1~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76d027d3e77a1740a72adf5278a1bb7f9794cedf;p=php NEWS update --- diff --git a/NEWS b/NEWS index 72ec0056cc..936319f4de 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ???, Version 4.0 Beta 5 +- Added ip2long() and long2ip() courtesy of Faisal Nasim +- Added ftruncate() and fstat(), courtesy of Faisal Nasim +- Added parse_ini_file(). Currently implemented in non thread safe version + of PHP, and currently lacks section support (Zeev) - "none" is now equivalent with "" in Apache config directives (Stig) - OCINLogon no longer crashes. (Thies) - Fix comparisons of (string) "nan" with (string) "nan". (Thies, Zend library)