sniper Thu Sep 11 19:51:13 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/informix ifx.ec Log: MFH: - Fixed bug #25483 (ext/informix: bogus -469 error from ifx_query()) Index: php-src/ext/informix/ifx.ec diff -u php-src/ext/informix/ifx.ec:1.69.2.19 php-src/ext/informix/ifx.ec:1.69.2.20 --- php-src/ext/informix/ifx.ec:1.69.2.19 Tue Jul 1 09:33:59 2003 +++ php-src/ext/informix/ifx.ec Thu Sep 11 19:51:12 2003 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: ifx.ec,v 1.69.2.19 2003/07/01 13:33:59 sniper Exp $ */ +/* $Id: ifx.ec,v 1.69.2.20 2003/09/11 23:51:12 sniper Exp $ */ /* ------------------------------------------------------------------- * if you want a function reference : "grep '^\*\*' ifx.ec" will give @@ -923,7 +923,7 @@ } len++; - EXEC SQL SET DESCRIPTOR :descrpid VALUE :i + EXEC SQL SET DESCRIPTOR :i_descrpid VALUE :i DATA= :char_tmp, LENGTH= :len, INDICATOR= :indicator,
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php