mirror of
https://github.com/php/php-src.git
synced 2024-12-15 04:45:03 +08:00
- Fix build
This commit is contained in:
parent
4e2f56bc6b
commit
e9119255c4
@ -249,7 +249,7 @@ cleanup:
|
||||
dbh->driver_data = H;
|
||||
|
||||
if (!ret) {
|
||||
zend_throw_exception_ex(php_pdo_get_exception(TSRMLS_C), 0 TSRMLS_CC,
|
||||
zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC,
|
||||
"SQLSTATE[%s] %s (severity %d)",
|
||||
DBLIB_G(err).sqlstate,
|
||||
DBLIB_G(err).dberrstr,
|
||||
|
Loading…
Reference in New Issue
Block a user