+2000-03-04 Andi Gutmans <andi@php.net>
+
+ * php.h
+ php4dllts.dsp
+ php_compat.h: - Fix Win32 build
+
+2000-03-04 Andrei Zmievski <andrei@ispi.net>
+
+ * ext/standard/basic_functions.c: Don't need this check.
+
+ * ext/standard/basic_functions.c
+ ext/standard/basic_functions.h:
+ Added ip2long() and long2ip() courtesy of Faisal Nasim <faisal@nasim.org>
+
+ * ext/standard/file.c
+ ext/standard/file.h:
+ Added ftruncate() and fstat(), courtesy of Faisal Nasim <faisal@nasim.org>
+
+2000-03-04 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/xml/expat/xmlparse/hashtable.c
+ ext/xml/expat/xmlparse/xmlparse.c
+ ext/xml/expat/xmltok/xmlrole.c
+ ext/xml/expat/xmltok/xmltok.c
+ ext/pcre/pcrelib/pcre.h
+ php.h
+ php_compat.h: Prefix some symbols with php_
+ ^(pcre|Xml|XML).*
+
+ * ext/standard/metaphone.c: Don't export Lookahead
+
+ * ext/gd/gd.c: Remove outdated PHP 3.1 stuff
+
+2000-03-04 Zeev Suraski <zeev@php.net>
+
+ * configuration-parser.y
+ ext/standard/basic_functions.c
+ ext/standard/basic_functions.h
+ php4.dsw
+ php4dll.dsp:
+ - Added parse_ini_file(). Currently implemented in non thread safe version
+ of PHP, and currently lacks section support
+ - Bring the non thread safe .dsp's uptodate
+
2000-03-03 Charles Hagenbuch <chagenbu@wso.williams.edu>
* ext/imap/imap.c: adding the fix for bug #3685 to php4 as well.