summaryrefslogtreecommitdiff
path: root/main/php_main.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-24 20:30:37 +0000
committerZeev Suraski <zeev@php.net>2001-07-24 20:30:37 +0000
commit536a53356d29ec8023e340702c48fc19dda49027 (patch)
treec4a5d1c6d5585fed75220904fcea8531dae6d89d /main/php_main.h
parent612b3666a94338fe1ca4f0022202eaf0b8c01dee (diff)
downloadphp-git-536a53356d29ec8023e340702c48fc19dda49027.tar.gz
Get rid of the redundant global startup code
Diffstat (limited to 'main/php_main.h')
-rw-r--r--main/php_main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php_main.h b/main/php_main.h
index d8253f768f..e8b813620e 100644
--- a/main/php_main.h
+++ b/main/php_main.h
@@ -37,8 +37,6 @@ 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 int php_execute_script(zend_file_handle *primary_file CLS_DC ELS_DC PLS_DC);
PHPAPI int php_handle_special_queries(SLS_D PLS_DC);