From: Date: Thu, 28 Mar 2002 01:21:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1001 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=269bc38541dd423ef98f5b6df52b97c6264c68c2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index bc42619758..e7f76e2a62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,77 @@ +2002-03-27 Jani Taskinen + + * ext/gmp/gmp.c: MFH: fixed bug: #16237 + + * ext/gmp/gmp.c: Fixed bug: #16237 + + * sapi/cli/php_cli.c: WS fix + +2002-03-27 Joseph Tate + + * ext/domxml/php_domxml.c: Fixing compile warning under Win32 + +2002-03-27 Marcus Börger + + * sapi/cli/php_cli.c: recorrect las checkin + +2002-03-27 Derick Rethans + + * ext/mailparse/rfc2045.c: - MFH for multiple To: lines + +2002-03-27 Hartmut Holzgraefe + + * ext/standard/string.c: fix for Bug #16314 + +2002-03-27 Jani Taskinen + + * .cvsignore: autoconf 2.53 uses this directory for some temporary stuff + + * ext/mcve/mcve_simple_test.php + ext/mcve/mcve_test1.php + ext/mcve/mcve_test2.php + ext/mcve/tests/mcve_simple_test.php + ext/mcve/tests/mcve_test1.php + ext/mcve/tests/mcve_test2.php: Moved these example scripts out of tests. + + * ext/ming/config.m4: - Fixed bug: #16203 + +2002-03-27 Wez Furlong + + * ext/mailparse/tests/003.phpt: add test case for multiple To: lines + + * ext/mailparse/rfc2045.c: allow headers hash to handle multiple To: lines + +2002-03-27 Hartmut Holzgraefe + + * ext/mime_magic/config.m4: not enabled by default + + * ext/mime_magic/mime_magic.c + ext/mime_magic/php_mime_magic.h: + moved 'static' prototypes to prevent warnings + + * ext/mime_magic/mime_magic.c + ext/mime_magic/php_mime_magic.h: + preparing for Content-Encoding detection + +2002-03-27 Sascha Schumann + + * acinclude.m4: Factorize a few library/libpath-related functions + + * ext/mcal/config.m4: + Defer linking against libmcal until we have built the extension, + so that extension-supplied symbols are available. + + Also factorize the header file checks. + + Reported by: Brandon Knitter + URL: http://news.php.net/article.php?group=php.dev&article=81833 + + * ext/mailparse/libs.mk: Remove generated file + +2002-03-27 Yasuo Ohgaki + + * ext/pgsql/pgsql.c: MFH error message consistency changes + 2002-03-26 Jon Parise * ext/mime_magic/.cvsignore: Ignore generated files.