diff options
author | Marcus Boerger <helly@php.net> | 2005-10-02 20:38:18 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-10-02 20:38:18 +0000 |
commit | 991a29cfd6005006c88c7376766f68f910411ea6 (patch) | |
tree | 041560cfdd06355f1ecc5e8966357ec4a3f3ff87 /ext/pdo/php_pdo_int.h | |
parent | ca9dd7d82674dc802f9a4c6a6e4600627b3590ce (diff) | |
download | php-git-991a29cfd6005006c88c7376766f68f910411ea6.tar.gz |
- MFH PDOException base
Diffstat (limited to 'ext/pdo/php_pdo_int.h')
-rwxr-xr-x | ext/pdo/php_pdo_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo/php_pdo_int.h b/ext/pdo/php_pdo_int.h index eb399cb812..b0b6525412 100755 --- a/ext/pdo/php_pdo_int.h +++ b/ext/pdo/php_pdo_int.h @@ -25,6 +25,7 @@ extern HashTable pdo_driver_hash; extern zend_class_entry *pdo_exception_ce; +PDO_API zend_class_entry *php_pdo_get_exception_base(int root TSRMLS_DC); int php_pdo_list_entry(void); void pdo_dbh_init(TSRMLS_D); |