mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
export more Zend API
This commit is contained in:
parent
8c05e861d6
commit
1a1e83a5d9
5 changed files with 15 additions and 13 deletions
|
@ -2381,7 +2381,7 @@ void module_destructor(zend_module_entry *module) /* {{{ */
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
void zend_activate_modules(TSRMLS_D) /* {{{ */
|
||||
ZEND_API void zend_activate_modules(TSRMLS_D) /* {{{ */
|
||||
{
|
||||
zend_module_entry **p = module_request_startup_handlers;
|
||||
|
||||
|
@ -2410,7 +2410,7 @@ int module_registry_cleanup(zend_module_entry *module TSRMLS_DC) /* {{{ */
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
void zend_deactivate_modules(TSRMLS_D) /* {{{ */
|
||||
ZEND_API void zend_deactivate_modules(TSRMLS_D) /* {{{ */
|
||||
{
|
||||
EG(opline_ptr) = NULL; /* we're no longer executing anything */
|
||||
|
||||
|
@ -2457,7 +2457,7 @@ static int exec_done_cb(zend_module_entry *module TSRMLS_DC) /* {{{ */
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
void zend_post_deactivate_modules(TSRMLS_D) /* {{{ */
|
||||
ZEND_API void zend_post_deactivate_modules(TSRMLS_D) /* {{{ */
|
||||
{
|
||||
if (EG(full_tables_cleanup)) {
|
||||
zend_hash_apply(&module_registry, (apply_func_t) exec_done_cb TSRMLS_CC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue