summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_int.h
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2005-09-24 14:18:01 +0000
committerEdin Kadribasic <edink@php.net>2005-09-24 14:18:01 +0000
commit35b7ad00a6f1f683db52ff8ce69cc9ca30831abb (patch)
tree003621e735c40e2375eb53b26a5538cc645a2009 /ext/pdo/php_pdo_int.h
parent6cf5be04d60cababb5575e39e29d3e107eeed5a6 (diff)
downloadphp-git-35b7ad00a6f1f683db52ff8ce69cc9ca30831abb.tar.gz
Declare functions used by driver as PDO_API in php_pdo_driver.h
Diffstat (limited to 'ext/pdo/php_pdo_int.h')
-rwxr-xr-xext/pdo/php_pdo_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pdo/php_pdo_int.h b/ext/pdo/php_pdo_int.h
index f202df16fe..eb399cb812 100755
--- a/ext/pdo/php_pdo_int.h
+++ b/ext/pdo/php_pdo_int.h
@@ -55,7 +55,6 @@ zend_object_iterator *php_pdo_dbstmt_iter_get(zend_class_entry *ce, zval *object
extern pdo_driver_t *pdo_find_driver(const char *name, int namelen);
extern void pdo_handle_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt TSRMLS_DC);
-extern void pdo_raise_impl_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *sqlstate, const char *supp TSRMLS_DC);
#define PDO_DBH_CLEAR_ERR() strcpy(dbh->error_code, PDO_ERR_NONE)
#define PDO_STMT_CLEAR_ERR() strcpy(stmt->error_code, PDO_ERR_NONE)