mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix missing syntax error message in cli-server router script
Fixes GH-13113 Closes GH-13275
This commit is contained in:
parent
18cdfd3f51
commit
c149b4f56f
7 changed files with 97 additions and 43 deletions
|
@ -45,6 +45,7 @@ PHPAPI int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals);
|
|||
PHPAPI zend_result php_register_extensions(zend_module_entry * const * ptr, int count);
|
||||
|
||||
PHPAPI bool php_execute_script(zend_file_handle *primary_file);
|
||||
PHPAPI bool php_execute_script_ex(zend_file_handle *primary_file, zval *retval);
|
||||
PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval *ret);
|
||||
PHPAPI zend_result php_lint_script(zend_file_handle *file);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue