mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
change return value from false to true, when a statement was executed with warnings
This commit is contained in:
parent
4b0d9e2319
commit
d2ae18d76e
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue