summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-09-06 22:40:27 +0000
committerZeev Suraski <zeev@php.net>1999-09-06 22:40:27 +0000
commit959ad0e9eaf9c32f2c341a7fccd06cf1e1998246 (patch)
tree6532cecdf45aa64a468e98e658ac11ce16dfcccb /main
parent4bc3097e6f4d21e54c45bb6f17810837158a2096 (diff)
downloadphp-git-959ad0e9eaf9c32f2c341a7fccd06cf1e1998246.tar.gz
A couple of BoundsChecker fixes
Diffstat (limited to 'main')
-rw-r--r--main/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c
index 842c120567..6fbf6f6314 100644
--- a/main/main.c
+++ b/main/main.c
@@ -854,7 +854,7 @@ int php_module_startup(sapi_module_struct *sf)
PG(header_is_being_sent) = 0;
SG(request_info).headers_only = 0;
- PG(connection_status) |= PHP_CONNECTION_NORMAL;
+ PG(connection_status) = PHP_CONNECTION_NORMAL;
#if HAVE_SETLOCALE
setlocale(LC_CTYPE, "");