summaryrefslogtreecommitdiff
path: root/main/php_main.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-10-29 16:00:42 +0000
committerSascha Schumann <sas@php.net>2000-10-29 16:00:42 +0000
commit13183ed5c3d18abc8a352defdd3f567125fe5bb9 (patch)
tree02920747efe51b56764ae0d56499cd971916ff96 /main/php_main.h
parentc38005a4f1ce2b22e5c63556bd963b36835f721f (diff)
downloadphp-git-13183ed5c3d18abc8a352defdd3f567125fe5bb9.tar.gz
Add php_handle_aborted_connection()
Call this from your SAPI module to signal an aborted connection.
Diffstat (limited to 'main/php_main.h')
-rw-r--r--main/php_main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_main.h b/main/php_main.h
index 390002d319..22b1bbc8c4 100644
--- a/main/php_main.h
+++ b/main/php_main.h
@@ -44,6 +44,7 @@ PHPAPI void php_execute_script(zend_file_handle *primary_file CLS_DC ELS_DC PLS_
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);
+PHPAPI void php_handle_aborted_connection(void);
PHPAPI int php_handle_auth_data(const char *auth SLS_DC);
extern void php_call_shutdown_functions(void);