From: Date: Sun, 5 Mar 2000 02:09:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP-4.0-RC1~289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ceb247762f8ef9936524ea171f7c42cc383350ac;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 43c2e2c4bc..b2cce5d7e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +2000-03-04 Andi Gutmans + + * php.h + php4dllts.dsp + php_compat.h: - Fix Win32 build + +2000-03-04 Andrei Zmievski + + * 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 + + * ext/standard/file.c + ext/standard/file.h: + Added ftruncate() and fstat(), courtesy of Faisal Nasim + +2000-03-04 Sascha Schumann + + * 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 + + * 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 * ext/imap/imap.c: adding the fix for bug #3685 to php4 as well.