|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch patch-for-wrong-null for InterBase related Bug #62300Patch version 2012-06-16 03:08 UTC Return to Bug #62300 | Download this patchThis patch renders other patches obsolete Obsolete patches: Patch Revisions:Developer: qiyuhua@126.com
diff --git a/ext/interbase/ibase_query.c b/ext/interbase/ibase_query.c
index 1c6de4e..2f81cd0 100644
--- a/ext/interbase/ibase_query.c
+++ b/ext/interbase/ibase_query.c
@@ -676,7 +676,7 @@ static int _php_ibase_bind(XSQLDA *sqlda, zval ***b_vars, BIND_BUF *buf, /* {{{
if (var->sqltype & SQL_ARRAY) ++array_cnt;
- continue;
+ //continue;
}
/* if we make it to this point, we must provide a value for the parameter */
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 04:00:02 2025 UTC |