From: Felipe Pena Date: Sat, 4 Oct 2008 12:44:58 +0000 (+0000) Subject: - Fix build X-Git-Tag: BEFORE_HEAD_NS_CHANGE~289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9119255c44955bed5132f152d3c597597bbc00f;p=php - Fix build --- diff --git a/ext/pdo_dblib/dblib_driver.c b/ext/pdo_dblib/dblib_driver.c index 42e35d9d0b..ec98021153 100644 --- a/ext/pdo_dblib/dblib_driver.c +++ b/ext/pdo_dblib/dblib_driver.c @@ -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,