diff options
| author | Marcus Boerger <helly@php.net> | 2005-10-02 20:32:17 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-10-02 20:32:17 +0000 |
| commit | 3e0c56aac26872198bd7098dda7ee7abbffae366 (patch) | |
| tree | 3ada72a331bb693ad584dff6886acb74d7254fb4 /ext/pdo/php_pdo_int.h | |
| parent | a39841e57d04062269e98a0b69074f6515936267 (diff) | |
| download | php-git-3e0c56aac26872198bd7098dda7ee7abbffae366.tar.gz | |
- Fix PDOException base
- MFH PDO::getAvailableDrivers()
- Fix compiler warnings
Diffstat (limited to 'ext/pdo/php_pdo_int.h')
| -rwxr-xr-x | ext/pdo/php_pdo_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pdo/php_pdo_int.h b/ext/pdo/php_pdo_int.h index 3f35c99603..6bca408d54 100755 --- a/ext/pdo/php_pdo_int.h +++ b/ext/pdo/php_pdo_int.h @@ -24,6 +24,8 @@ /* Stuff private to the PDO extension and not for consumption by PDO drivers * */ + +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); |
