From: Date: Fri, 23 Apr 2004 00:36:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1bad5dab72b8b54ef88767c46669c7449b67431;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5fc47288b5..555798d418 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2004-04-22 Marcus Boerger + + * ext/sqlite/tests/bug28112.phpt: + Avoid warning to interfere test result + + * (PHP_4_3) + NEWS: + BFN + +2004-04-22 Ilia Alshanetsky + + * (PECL_4_3) + ext/sqlite/sqlite.c: + MFH: Fixed bug #28112 (Empty queries may result in crashes). + + * ext/sqlite/sqlite.c: + Empty query checks, bug #28112. + +2004-04-22 Marcus Boerger + + * ext/sqlite/tests/bug28112.phpt: + + Add test for bug #28112 + + * ext/sqlite/sqlite.c: + bugfix #28112 + +2004-04-22 Wez Furlong + + * ext/com_dotnet/tests/27974.phpt: + Add test + + * ext/com_dotnet/com_variant.c: + A working fix for the safearray mapping bug. + + * ext/standard/basic_functions.c: + The fix for the vc7 libc putenv bug is also needed here to avoid a crash. + +2004-04-22 Hartmut Holzgraefe + + * ext/mime_magic/DEPRECATED + ext/mime_magic/EXPERIMENTAL + ext/mime_magic/config.m4: + Depercating mime_magic in favor of PECL::fileinfo + +2004-04-22 Wez Furlong + + * ext/com_dotnet/com_variant.c: + (probable) fix for Bug #27974: PHP Arrays are not mapped to VARIANTs. + +2004-04-22 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/pgsql/pgsql.c: + MFH: Fixed possible crash inside pg_copy_(to|from) function if delimiter is + more then 1 character long. + + * ext/pgsql/pgsql.c: + Fixed possible crash inside pg_copy_(to|from) function if delimiter is more + then 1 character long. + 2004-04-21 Wez Furlong * NEWS: