]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sun, 5 Mar 2000 02:09:06 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Sun, 5 Mar 2000 02:09:06 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 72ec0056cc3b42bc47201c17969684e05f98ea3a..936319f4de4657f5365a9b564a0efa11d0ae3e28 100644 (file)
--- 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 <faisal@nasim.org>
+- Added ftruncate() and fstat(), courtesy of Faisal Nasim <faisal@nasim.org>
+- 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)