summaryrefslogtreecommitdiff
path: root/sapi/thttpd
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-08-20 09:37:15 +0000
committerSascha Schumann <sas@php.net>2000-08-20 09:37:15 +0000
commit67daa655f6d769fd7c56e0abc6006ade5fda18e5 (patch)
tree418b35892454533bda0958d7d0b8e5b364054b40 /sapi/thttpd
parent42eeda50d4790daaf13107aa96473da8e9a3873d (diff)
downloadphp-git-67daa655f6d769fd7c56e0abc6006ade5fda18e5.tar.gz
Execute PHP scripts everywhere (not only in the top-level directory)
Diffstat (limited to 'sapi/thttpd')
-rw-r--r--sapi/thttpd/thttpd_patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/thttpd/thttpd_patch b/sapi/thttpd/thttpd_patch
index f9c3c51508..c81dd13ac8 100644
--- a/sapi/thttpd/thttpd_patch
+++ b/sapi/thttpd/thttpd_patch
@@ -71,7 +71,7 @@ diff -ur thttpd-2.19/libhttpd.c thttpd-2.19-t/libhttpd.c
}
hs->port = port;
-+ hs->php_pattern = strdup("*.php");
++ hs->php_pattern = strdup("**.php");
if ( cgi_pattern == (char*) 0 )
hs->cgi_pattern = (char*) 0;
else