changelog Wed May 5 20:31:52 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1619&r2=1.1620&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1619 php-src/ChangeLog:1.1620 --- php-src/ChangeLog:1.1619 Tue May 4 21:13:54 2004 +++ php-src/ChangeLog Wed May 5 20:31:51 2004 @@ -1,3 +1,18 @@ +2004-05-05 Ard Biesheuvel <[EMAIL PROTECTED]> + + * ext/interbase/ibase_query.c: + Fixed unregistered bug: array count is incorrect when binding array ids + Fixed unregistered bug: empty numeric/datetime param argument is coerced + to + a string that cannot be handled by the IB API layer + +2004-05-05 Sara Golemon <[EMAIL PROTECTED]> + + * NEWS + ext/standard/user_filters.c + main/streams/userspace.c: + BugFix#28287 stream_*_register() not calling __autoload(). + 2004-05-04 Wez Furlong <[EMAIL PROTECTED]> * NEWS: @@ -2828,7 +2843,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1619 2004/05/05 01:13:54 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1620 2004/05/06 00:31:51 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>