mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Fix leaks with registered shutdown functions.
This commit is contained in:
parent
2da8b014af
commit
6ffb0dcaf2
3 changed files with 16 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue