diff options
author | Andi Gutmans <andi@php.net> | 1999-05-02 18:07:41 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-05-02 18:07:41 +0000 |
commit | 5dbe9246609e59439ca0340aed5b2eaac1bed7d8 (patch) | |
tree | 9b2f8401987eb02e9165c975c954c6f3647ee6d6 /main.h | |
parent | 7e0ee50ed484aae4ebc0601392157c9a79407919 (diff) | |
download | php-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |