1
0
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:
Frank M. Kromann
2005-02-09 19:32:03 +00:00
parent 4b0d9e2319
commit d2ae18d76e

View File

@@ -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'))
{