diff options
author | Andi Gutmans <andi@php.net> | 2002-02-26 19:38:41 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2002-02-26 19:38:41 +0000 |
commit | c456da514ce22e2d9a5510e831d480479a8c9646 (patch) | |
tree | b6964f65f3e74372f876dcef91a4457569f8dc11 /main/php_main.h | |
parent | 1b32da412d9c12c55d6f13f19562fd4f21aec8a6 (diff) | |
download | php-git-c456da514ce22e2d9a5510e831d480479a8c9646.tar.gz |
- Hopefully fix the shutdown_memory_manager() stuff. Part of my previous
- patch seems to have gotten lost
Diffstat (limited to 'main/php_main.h')
-rw-r--r-- | main/php_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_main.h b/main/php_main.h index beeabb51c5..ea9137c5f8 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -30,7 +30,7 @@ PHPAPI int php_request_startup(TSRMLS_D); PHPAPI void php_request_shutdown(void *dummy); -PHPAPI void php_request_shutdown_for_exec(void *dummy TSRMLS_DC); +PHPAPI void php_request_shutdown_for_exec(void *dummy); PHPAPI int php_module_startup(sapi_module_struct *sf); PHPAPI void php_module_shutdown(TSRMLS_D); PHPAPI void php_module_shutdown_for_exec(void); |