diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-05-02 08:52:07 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-05-02 08:52:07 +0000 |
commit | b23a136b2cac35c0bdf9af6c3fbde3c4f9cb08a4 (patch) | |
tree | 902ea76bd05797b19fbfb43a1d69d80758396952 /lang/php53/files/patch-main_SAPI.c | |
parent | Update to 0.16. (diff) |
Update to 5.2.6 release.
Notes
Notes:
svn path=/head/; revision=212460
Diffstat (limited to 'lang/php53/files/patch-main_SAPI.c')
-rw-r--r-- | lang/php53/files/patch-main_SAPI.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/php53/files/patch-main_SAPI.c b/lang/php53/files/patch-main_SAPI.c index 1b445baf62a4..e257bfeb5bee 100644 --- a/lang/php53/files/patch-main_SAPI.c +++ b/lang/php53/files/patch-main_SAPI.c @@ -1,21 +1,5 @@ --- main/SAPI.c.orig 2007-05-25 11:20:01.000000000 +0200 +++ main/SAPI.c 2008-02-01 23:48:51.000000000 +0100 -@@ -301,6 +301,7 @@ - - /* SG(sapi_headers).http_response_code = 200; */ - SG(sapi_headers).http_status_line = NULL; -+ SG(sapi_headers).mimetype = NULL; - SG(read_post_bytes) = 0; - SG(request_info).post_data = NULL; - SG(request_info).raw_post_data = NULL; -@@ -340,6 +341,7 @@ - SG(sapi_headers).http_response_code = 200; - */ - SG(sapi_headers).http_status_line = NULL; -+ SG(sapi_headers).mimetype = NULL; - SG(headers_sent) = 0; - SG(read_post_bytes) = 0; - SG(request_info).post_data = NULL; @@ -604,7 +606,7 @@ ptr++; len--; |