diff options
Diffstat (limited to 'ext/mysqli/php_mysqli_structs.h')
| -rw-r--r-- | ext/mysqli/php_mysqli_structs.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/ext/mysqli/php_mysqli_structs.h b/ext/mysqli/php_mysqli_structs.h index 81d1044ce1..821b27b3ee 100644 --- a/ext/mysqli/php_mysqli_structs.h +++ b/ext/mysqli/php_mysqli_structs.h @@ -220,6 +220,9 @@ extern zend_class_entry *mysqli_exception_class_entry;  extern int php_le_pmysqli(void);  extern void php_mysqli_dtor_p_elements(void *data); +extern void php_mysqli_close(MY_MYSQL * mysql, int close_type TSRMLS_DC); + +  #ifdef HAVE_SPL  extern PHPAPI zend_class_entry *spl_ce_RuntimeException;  #endif | 
