From: foobar Date: Thu, 11 Sep 2003 23:51:14 +0000 (+0000) Subject: MFH: - Fixed bug #25483 (ext/informix: bogus -469 error from ifx_query()) X-Git-Tag: php-4.3.4RC1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbed1b901c2ae9750646f6f876d18e5f2f5e33b2;p=php MFH: - Fixed bug #25483 (ext/informix: bogus -469 error from ifx_query()) --- diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 6864ae1ff7..69b15aa8c5 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -923,7 +923,7 @@ EXEC SQL END DECLARE SECTION; } len++; - EXEC SQL SET DESCRIPTOR :descrpid VALUE :i + EXEC SQL SET DESCRIPTOR :i_descrpid VALUE :i DATA= :char_tmp, LENGTH= :len, INDICATOR= :indicator,