diff options
author | Wez Furlong <wez@php.net> | 2004-12-26 04:50:09 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-12-26 04:50:09 +0000 |
commit | b44785e958e7c74cd4047daa255e8a279835ac3d (patch) | |
tree | 64f4cb196bb564b4bbf7711180ab5a81f6bd983d /ext/pdo/php_pdo_int.h | |
parent | 63ee853b749f525f11eb20cd6bd99ad82f0b55a3 (diff) | |
download | php-git-b44785e958e7c74cd4047daa255e8a279835ac3d.tar.gz |
don't blow up under HEAD
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 8e00989567..51c0fef392 100755 --- a/ext/pdo/php_pdo_int.h +++ b/ext/pdo/php_pdo_int.h @@ -45,6 +45,7 @@ extern zend_class_entry *pdo_row_ce; void pdo_row_free_storage(zend_object *object TSRMLS_DC); extern zend_object_handlers pdo_row_object_handlers; +zend_object_iterator *php_pdo_dbstmt_iter_get(zend_class_entry *ce, zval *object TSRMLS_DC); extern pdo_driver_t *pdo_find_driver(const char *name, int namelen); |