mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
keep this as a placeholder for debugging weird regressions
This commit is contained in:
parent
fbc568013a
commit
695e195a27
@ -100,6 +100,7 @@ int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int lin
|
||||
zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "SQLSTATE[%s] [%d] %s",
|
||||
*pdo_err, einfo->errcode, einfo->errmsg);
|
||||
}
|
||||
/* printf("** [%s:%d] %s %s\n", file, line, *pdo_err, einfo->errmsg); */
|
||||
|
||||
return einfo->errcode;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user