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-12 13:01 UTC

Return to Bug #62300 | Download this patch
This patch is obsolete

Obsoleted by patches:

Patch Revisions: 2012-06-16 03:08 UTC | 2012-06-12 13:01 UTC

Developer: qiyuhua@126.com

Line 1 (now 1), was 13 lines, now 4 lines
 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 */
 679c679
 < 				continue;
 ---
 > 				//continue;
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 18:01:34 2024 UTC