From 0222f92358c6de5426e5111a7987bd80b470f2e6 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 22 Nov 2000 04:23:26 +0000 Subject: Return the exit status from php_execute_script() --- 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 09ec56d0cb..1ec9c5c14b 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -40,7 +40,7 @@ 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); +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); PHPAPI int php_lint_script(zend_file_handle *file CLS_DC ELS_DC PLS_DC); -- cgit v1.2.1