diff options
| author | Edin Kadribasic <edink@php.net> | 2005-09-24 14:18:01 +0000 |
|---|---|---|
| committer | Edin Kadribasic <edink@php.net> | 2005-09-24 14:18:01 +0000 |
| commit | 35b7ad00a6f1f683db52ff8ce69cc9ca30831abb (patch) | |
| tree | 003621e735c40e2375eb53b26a5538cc645a2009 /ext/pdo/php_pdo_driver.h | |
| parent | 6cf5be04d60cababb5575e39e29d3e107eeed5a6 (diff) | |
| download | php-git-35b7ad00a6f1f683db52ff8ce69cc9ca30831abb.tar.gz | |
Declare functions used by driver as PDO_API in php_pdo_driver.h
Diffstat (limited to 'ext/pdo/php_pdo_driver.h')
| -rwxr-xr-x | ext/pdo/php_pdo_driver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index 11650ac65e..f1f2910cd3 100755 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -622,6 +622,9 @@ PDO_API zend_class_entry *php_pdo_get_exception(void); PDO_API int pdo_parse_params(pdo_stmt_t *stmt, char *inquery, int inquery_len, char **outquery, int *outquery_len TSRMLS_DC); +PDO_API void pdo_raise_impl_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, + const char *sqlstate, const char *supp TSRMLS_DC); + #endif /* PHP_PDO_DRIVER_H */ /* * Local variables: |
