summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Schlossnagle <gschlossnagle@php.net>2002-08-28 03:55:42 +0000
committerGeorge Schlossnagle <gschlossnagle@php.net>2002-08-28 03:55:42 +0000
commit22528c9e59457a7efffcf5bec99d8b1423886879 (patch)
tree5c6788681f81df82e53a5fda0a2beb5984beb5a4
parent4030dc1224d812df9a65e2b6a78da3ce5d5c8c5b (diff)
downloadphp-git-22528c9e59457a7efffcf5bec99d8b1423886879.tar.gz
This handler works much better when not commented out. :)
-rw-r--r--sapi/apache/mod_php4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c
index 4eda206fbc..e599535374 100644
--- a/sapi/apache/mod_php4.c
+++ b/sapi/apache/mod_php4.c
@@ -1278,7 +1278,7 @@ handler_rec php_handlers[] =
{"application/x-httpd-php", send_parsed_php},
{"application/x-httpd-php-source", send_parsed_php_source},
{"text/html", php_xbithack_handler},
-// {"php-script", php_response_handler},
+ {"php-script", php_response_handler},
{NULL}
};
/* }}} */