- Fix leaks with registered shutdown functions.

This commit is contained in:
foobar 2005-01-09 16:30:09 +00:00
parent 2da8b014af
commit 6ffb0dcaf2
3 changed files with 16 additions and 6 deletions

View file

@ -48,7 +48,8 @@ PHPAPI int php_handle_auth_data(const char *auth TSRMLS_DC);
PHPAPI void php_html_puts(const char *str, uint siz TSRMLS_DC);
extern void php_call_shutdown_functions(void);
extern void php_call_shutdown_functions(TSRMLS_D);
extern void php_free_shutdown_functions(TSRMLS_D);
/* environment module */
extern int php_init_environ(void);