changelog Thu Jun 3 20:33:59 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1646&r2=1.1647&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1646 php-src/ChangeLog:1.1647 --- php-src/ChangeLog:1.1646 Tue Jun 1 20:31:59 2004 +++ php-src/ChangeLog Thu Jun 3 20:33:58 2004 @@ -1,3 +1,35 @@ +2004-06-03 Ard Biesheuvel <[EMAIL PROTECTED]> + + * ext/interbase/php_ibase_udf.c: + Let DB handle type coercion instead of PHP + + * ext/interbase/php_ibase_udf.c: + Added support for other return types besides VARCHAR + +2004-06-03 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + configure.in + main/php_version.h: + Back to dev. + +2004-06-03 Ard Biesheuvel <[EMAIL PROTECTED]> + + * ext/interbase/ibase_blobs.c: + Fixed blob ID format + + * NEWS: + news + +2004-06-03 Andi Gutmans <[EMAIL PROTECTED]> + + * (php_5_0_0RC3RC2) + NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Prepare for RC3RC2 + 2004-06-01 Ard Biesheuvel <[EMAIL PROTECTED]> * ext/interbase/ibase_query.c: @@ -4549,7 +4581,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1646 2004/06/02 00:31:59 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1647 2004/06/04 00:33:58 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>