mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Return the exit status from php_execute_script()
This commit is contained in:
parent
939b72c771
commit
0222f92358
2 changed files with 7 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue