summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-05-02 18:07:41 +0000
committerAndi Gutmans <andi@php.net>1999-05-02 18:07:41 +0000
commit5dbe9246609e59439ca0340aed5b2eaac1bed7d8 (patch)
tree9b2f8401987eb02e9165c975c954c6f3647ee6d6 /main.h
parent7e0ee50ed484aae4ebc0601392157c9a79407919 (diff)
downloadphp-git-5dbe9246609e59439ca0340aed5b2eaac1bed7d8.tar.gz
- Make ISAPI hook in as an extension too.
- Some work on moving stuff to SAPI.
Diffstat (limited to 'main.h')
-rw-r--r--main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.h b/main.h
index d450ac5986..df3455c9c9 100644
--- a/main.h
+++ b/main.h
@@ -42,9 +42,10 @@
PHPAPI int php_request_startup(CLS_D ELS_DC PLS_DC);
PHPAPI void php_request_shutdown(void *dummy);
PHPAPI void php_request_shutdown_for_exec(void *dummy);
-PHPAPI int php_module_startup(sapi_functions_struct *sf);
+PHPAPI int php_module_startup(sapi_module_struct *sf);
PHPAPI void php_module_shutdown();
PHPAPI void php_module_shutdown_for_exec(void);
+PHPAPI int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals);
PHPAPI void php_execute_script(zend_file_handle *primary_file CLS_DC ELS_DC PLS_DC);