mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
Return true on update success.
This commit is contained in:
parent
b9d158c458
commit
db63c9e291
@ -1858,7 +1858,7 @@ static void phpfbQuery(INTERNAL_FUNCTION_PARAMETERS, char* sql, PHPFBLink* link)
|
||||
}
|
||||
ZEND_REGISTER_RESOURCE(return_value, result, le_result);
|
||||
}
|
||||
else if (tp[0] == 'I' || tp[0] == 'I')
|
||||
else if (tp[0] == 'I' || tp[0] == 'U')
|
||||
{
|
||||
if (tp[0] == 'I') link->insert_id = fbcmdRowIndex(md);
|
||||
if (sR == 1 && md) fbcmdRelease(md);
|
||||
|
Loading…
Reference in New Issue
Block a user