From f47c78487bda814ccb1de09fe44fe9a6b4082c30 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 17 Jun 2005 09:39:23 +0000 Subject: Improved PHP extension loading mechanism with support for module dependencies and conflicts --- main/php_main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_main.h') diff --git a/main/php_main.h b/main/php_main.h index 883953643f..e22ffd6ef3 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -36,7 +36,7 @@ PHPAPI void php_module_shutdown_for_exec(void); PHPAPI int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals); PHPAPI int php_request_startup_for_hook(TSRMLS_D); -PHPAPI int php_startup_extensions(zend_module_entry **ptr, int count); +PHPAPI int php_register_extensions(zend_module_entry **ptr, int count TSRMLS_DC); PHPAPI int php_execute_script(zend_file_handle *primary_file TSRMLS_DC); PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval **ret TSRMLS_DC); -- cgit v1.2.1