sniper Thu Sep 11 19:49:26 2003 EDT
Modified files:
/php-src/ext/informix ifx.ec
Log:
- 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.95 php-src/ext/informix/ifx.ec:1.96
--- php-src/ext/informix/ifx.ec:1.95 Tue Jul 1 09:31:12 2003
+++ php-src/ext/informix/ifx.ec Thu Sep 11 19:49:25 2003
@@ -21,7 +21,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: ifx.ec,v 1.95 2003/07/01 13:31:12 sniper Exp $ */
+/* $Id: ifx.ec,v 1.96 2003/09/11 23:49:25 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