summaryrefslogtreecommitdiff
path: root/main/SAPI.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-08-02 22:53:55 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-08-02 22:53:55 +0000
commitff0a08f508db8ce7875171c434415aa26e25e04a (patch)
tree35fffa7c1d2dc1298c1e23ce4aef2145c36c309f /main/SAPI.c
parent76a2d2538c42934341a6257f0ba54723048116df (diff)
downloadphp-git-ff0a08f508db8ce7875171c434415aa26e25e04a.tar.gz
Leave this initialization in
Diffstat (limited to 'main/SAPI.c')
-rw-r--r--main/SAPI.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.c b/main/SAPI.c
index c3e1bb720e..e292abd128 100644
--- a/main/SAPI.c
+++ b/main/SAPI.c
@@ -269,8 +269,8 @@ SAPI_API void sapi_activate(SLS_D)
/*
SG(sapi_headers).http_response_code = 200;
- SG(sapi_headers).http_status_line = NULL;
*/
+ SG(sapi_headers).http_status_line = NULL;
SG(headers_sent) = 0;
SG(read_post_bytes) = 0;
SG(request_info).post_data = NULL;