diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2000-08-02 22:53:55 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2000-08-02 22:53:55 +0000 |
commit | ff0a08f508db8ce7875171c434415aa26e25e04a (patch) | |
tree | 35fffa7c1d2dc1298c1e23ce4aef2145c36c309f /main/SAPI.c | |
parent | 76a2d2538c42934341a6257f0ba54723048116df (diff) | |
download | php-git-ff0a08f508db8ce7875171c434415aa26e25e04a.tar.gz |
Leave this initialization in
Diffstat (limited to 'main/SAPI.c')
-rw-r--r-- | main/SAPI.c | 2 |
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; |