diff options
Diffstat (limited to 'ext/pdo/php_pdo_int.h')
-rwxr-xr-x | ext/pdo/php_pdo_int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pdo/php_pdo_int.h b/ext/pdo/php_pdo_int.h index 41b3f1ccf1..82ccf3826f 100755 --- a/ext/pdo/php_pdo_int.h +++ b/ext/pdo/php_pdo_int.h @@ -25,6 +25,9 @@ extern zend_class_entry *pdo_exception_ce; int php_pdo_list_entry(void); +void pdo_dbh_init(TSRMLS_D); +void pdo_stmt_init(TSRMLS_D); + extern zend_object_value pdo_dbh_new(zend_class_entry *ce TSRMLS_DC); extern function_entry pdo_dbh_functions[]; extern zend_class_entry *pdo_dbh_ce; |