summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>1999-09-04 20:12:47 +0000
committerRasmus Lerdorf <rasmus@php.net>1999-09-04 20:12:47 +0000
commit0bede914ab627eb1fb955f08a300f8b21296eab9 (patch)
treec5365c8b9fbc82507d4477ddbcd45fb8d4c91191 /main/php_globals.h
parent8e9cd1e4aeb2750a177cfc83e63341de34dd062c (diff)
downloadphp-git-0bede914ab627eb1fb955f08a300f8b21296eab9.tar.gz
First part of the connection_status work. No user-callable functions
yet. That is coming next. Have also only done Apache and CGI so far. Will have to crack open my ISAPI book to do that one. Also changed the SAPI output functions to return an int. We'll check the connection status inside each one, but we might need the return code at some other level and I don't see a good reason for just tossing these return codes.
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index be8b5e3890..054ef07c8b 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -83,6 +83,9 @@ struct _php_core_globals {
long y2k_compliance;
+ short connection_status;
+ short ignore_user_abort;
+
unsigned char header_is_being_sent;
/* for fsock */