From 6cbb9fa28842af2bdaddf1db16af8018f79f8ccf Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Sun, 5 Mar 2000 02:18:52 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 936319f4de4..4a9295b9639 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +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 ip2long() and long2ip(), + courtesy of Faisal Nasim (Andrei) +- Added ftruncate() and fstat(), + courtesy of Faisal Nasim (Andrei) - 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)