diff options
author | George Schlossnagle <gschlossnagle@php.net> | 2002-11-18 00:59:23 +0000 |
---|---|---|
committer | George Schlossnagle <gschlossnagle@php.net> | 2002-11-18 00:59:23 +0000 |
commit | 99c7ddc3a8f9ecf1a3968f6e59dc9d95106bb0c7 (patch) | |
tree | 9f8c0a9c6624eebc713f72d18e09ec311a22aef2 /main/php_main.h | |
parent | a3e9ae20d9b4d2d96becc2f4a94d3a876fe2b3a2 (diff) | |
download | php-git-99c7ddc3a8f9ecf1a3968f6e59dc9d95106bb0c7.tar.gz |
added support functions for the apache_hooks SAPI
Diffstat (limited to 'main/php_main.h')
-rw-r--r-- | main/php_main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_main.h b/main/php_main.h index dcf249020e..08c091e3b9 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -39,6 +39,7 @@ 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_execute_script(zend_file_handle *primary_file TSRMLS_DC); +PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval **ret TSRMLS_DC); PHPAPI int php_handle_special_queries(TSRMLS_D); PHPAPI int php_lint_script(zend_file_handle *file TSRMLS_DC); |