diff options
author | Zeev Suraski <zeev@php.net> | 1999-05-28 22:42:17 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-05-28 22:42:17 +0000 |
commit | c1dc4efc3b2dc729a5a14c777f8201e83107234a (patch) | |
tree | c11f87a3f37937c0177669bcf7bfeab4ced5a47a /mod_php4.c | |
parent | 0eb1498fa865601db3c61c77513046c3eba79d39 (diff) | |
download | php-git-c1dc4efc3b2dc729a5a14c777f8201e83107234a.tar.gz |
no need for those
Diffstat (limited to 'mod_php4.c')
-rw-r--r-- | mod_php4.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod_php4.c b/mod_php4.c index 73c27ba717..b876d8c3e4 100644 --- a/mod_php4.c +++ b/mod_php4.c @@ -208,9 +208,7 @@ static void init_request_info(SLS_D) SG(request_info).path_translated = r->filename; SG(request_info).request_uri = r->uri; SG(request_info).request_method = (char *)r->method; - printf("Obtaining content type...\n"); SG(request_info).content_type = (char *) table_get(r->subprocess_env, "CONTENT_TYPE"); - printf("Obtained content type: %s\n", SG(request_info).content_type); SG(request_info).content_length = (content_length ? atoi(content_length) : 0); if (r->headers_in) { |