dll export APIs needed by phpdbg

This commit is contained in:
Anatol Belski 2014-10-29 19:32:52 +01:00
parent 79a4339f1b
commit fdbfcc0b51
3 changed files with 6 additions and 5 deletions

View file

@ -261,4 +261,8 @@ PHPAPI extern zend_bool register_user_shutdown_function(char *function_name, siz
PHPAPI extern zend_bool remove_user_shutdown_function(char *function_name, size_t function_len TSRMLS_DC);
PHPAPI extern zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry TSRMLS_DC);
PHPAPI void php_call_shutdown_functions(TSRMLS_D);
PHPAPI void php_free_shutdown_functions(TSRMLS_D);
#endif /* BASIC_FUNCTIONS_H */