mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
change return value from false to true, when a statement was executed with warnings
This commit is contained in:
@@ -1977,7 +1977,7 @@ static void phpfbQuery(INTERNAL_FUNCTION_PARAMETERS, char* sql, PHPFBLink* link,
|
||||
tp = fbcmdStatementType(md);
|
||||
if (tp == NULL) {
|
||||
fbcmdRelease(meta);
|
||||
ZVAL_BOOL(return_value, 0)
|
||||
ZVAL_BOOL(return_value, 1)
|
||||
}
|
||||
else if ((tp[0] == 'C') || (tp[0] == 'R'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user