From: Date: Mon, 31 May 2004 00:33:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC3RC2~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=468ae7b88a0ec2a91d18ff524a11d3f962c7a7ca;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b499b3ab01..bd752f9ec3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +2004-05-30 Brad House + + * ext/mcve/mcve.c + ext/mcve/php_mcve.h: + Update the mcve module for libmonetra 4.0 + A compatability layer has been introduced which should mean all + scripts written for v 3.2 of the module should continue working, + as well as compilation should still work against libmcve 3.2.x. + This module eventually needs to be renamed to 'monetra' to reflect + the naming change of the underlying library. + +2004-05-30 Ard Biesheuvel + + * ext/interbase/ibase_query.c: + Restrict 'CREATE DATABASE' in sql safe mode + + * ext/interbase/ibase_query.c + ext/interbase/interbase.c: + Fix Win32 build + Added missing 'break' + +2004-05-30 Ilia Alshanetsky + + * ext/informix/ifx.ec: + Fixed memory leak on ifx_error(). + + * (PHP_4_3) + NEWS + ext/informix/Makefile.frag + ext/informix/ifx.ec: + MFH: Fixed bug #28564 (Problem building informix as a shared extension). + + * ext/informix/Makefile.frag + ext/informix/ifx.ec: + Fixed bug #28564 (Problem building informix as a shared extension). + Patch by: roques at mti dot ag + +2004-05-30 Zeev Suraski + + * sapi/apache_hooks/php_apache.c: + Fix prototypes + +2004-05-30 Ard Biesheuvel + + * ext/interbase/ibase_query.c: + Fix unregistered bug (segfault on uninitialised pointer) + Return string("0 ") from ibase_query() if query succeeded but did not + affect any rows + +2004-05-30 Zeev Suraski + + * ext/dom/node.c: + No meaning for unsigned + +2004-05-30 Greg Beaver + + * pear/tests/pear_channelfile.phpt + pear/tests/pear_dependency_checkPackage.phpt + pear/tests/pear_installer4.phpt + pear/tests/pear_installer_install_channels.phpt + pear/tests/pear_packager.phpt + pear/tests/pear_registry.phpt: + fix unit tests for 1.4.0dev3 + +2004-05-30 Ard Biesheuvel + + * ext/interbase/tests/interbase.inc: + Use default character set in generated test DB + + * ext/interbase/interbase.c: + Fix HTML/table layout in info() entry + + * ext/interbase/interbase.c + ext/interbase/php_ibase_includes.h + ext/interbase/tests/003.phpt + ext/interbase/tests/006.phpt + ext/interbase/tests/007.phpt: + Removed ibase_timefmt() - use ini_set() instead + Improved phpinfo() appearance + +2004-05-30 Zeev Suraski + + * ext/ming/ming.c: + Update to PHP-style prototypes + (a PHP function returning char *? What were you smoking? :) + +2004-05-30 Brad House + + * ext/mcve/config.m4: + manually check for egrep + + * (PHP_4_3) + ext/mcve/config.m4: + Manually check for egrep + 2004-05-29 Wez Furlong * ext/standard/proc_open.c: