From: Rasmus Lerdorf Date: Wed, 2 Aug 2000 22:53:55 +0000 (+0000) Subject: Leave this initialization in X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff0a08f508db8ce7875171c434415aa26e25e04a;p=php Leave this initialization in --- 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;