diff options
| author | Wez Furlong <wez@php.net> | 2005-08-12 23:32:31 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2005-08-12 23:32:31 +0000 |
| commit | f6276a2b8ac455c0b03c5f0625c5a56ad6296bda (patch) | |
| tree | d6273d69b9062b5f1f8efcac0e8e63dcf8636413 /ext/pdo_dblib/dblib_driver.c | |
| parent | 6bd0350af8a749fb64ebef366edd7b86c1ce494c (diff) | |
| download | php-git-f6276a2b8ac455c0b03c5f0625c5a56ad6296bda.tar.gz | |
zts fixes
Diffstat (limited to 'ext/pdo_dblib/dblib_driver.c')
| -rw-r--r-- | ext/pdo_dblib/dblib_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_dblib/dblib_driver.c b/ext/pdo_dblib/dblib_driver.c index 23087775a5..c3065b92bc 100644 --- a/ext/pdo_dblib/dblib_driver.c +++ b/ext/pdo_dblib/dblib_driver.c @@ -247,7 +247,7 @@ cleanup: dbh->driver_data = H; if (!ret) { - zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, + zend_throw_exception_ex(php_pdo_get_exception(TSRMLS_C), 0 TSRMLS_CC, "SQLSTATE[%s] %s (severity %d)", DBLIB_G(err).sqlstate, DBLIB_G(err).dberrstr, |
