From 8abf7246780903b2b3084948dbe83e3b967d84bb Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Tue, 7 Dec 1999 20:49:01 +0000 Subject: Provide basis for shared libraries/dlls to contain internal extensions --- main.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.h') diff --git a/main.h b/main.h index c06954d2c9..e476f490dd 100644 --- a/main.h +++ b/main.h @@ -36,6 +36,10 @@ PHPAPI void php_module_shutdown(void); PHPAPI void php_module_shutdown_for_exec(void); PHPAPI int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals); +PHPAPI int php_startup_extensions(zend_module_entry **ptr, int count); +PHPAPI int php_global_startup_extensions(zend_module_entry **ptr, int count); +PHPAPI int php_global_shutdown_extensions(zend_module_entry **ptr, int count); + PHPAPI void php_execute_script(zend_file_handle *primary_file CLS_DC ELS_DC PLS_DC); extern void php_call_shutdown_functions(void); -- cgit v1.2.1