php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #62300
Patch patch-for-wrong-null revision 2012-06-16 03:08 UTC by qiyuhua at 126 dot com
revision 2012-06-12 13:01 UTC by qiyuhua at 126 dot com

Patch patch-for-wrong-null for InterBase related Bug #62300

Patch version 2012-06-16 03:08 UTC

Return to Bug #62300 | Download this patch
This 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 */
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC