summaryrefslogtreecommitdiff
path: root/main/php_main.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2002-02-26 18:59:27 +0000
committerAndi Gutmans <andi@php.net>2002-02-26 18:59:27 +0000
commita3066657170a668fba36ff0fdd799eb2098da56f (patch)
tree1318af0b2f0b256a6a38484e0ababe81abf00036 /main/php_main.h
parenta4113ee734600f0a77b6cbe0b04864c7933fdba5 (diff)
downloadphp-git-a3066657170a668fba36ff0fdd799eb2098da56f.tar.gz
- Pass shutdown_memory_manager the TSRMLS context.
Diffstat (limited to 'main/php_main.h')
-rw-r--r--main/php_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_main.h b/main/php_main.h
index ea9137c5f8..beeabb51c5 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);
+PHPAPI void php_request_shutdown_for_exec(void *dummy TSRMLS_DC);
PHPAPI int php_module_startup(sapi_module_struct *sf);
PHPAPI void php_module_shutdown(TSRMLS_D);
PHPAPI void php_module_shutdown_for_exec(void);