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.comdiff --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-2024 The PHP Group All rights reserved. |
Last updated: Fri Dec 27 19:01:28 2024 UTC |