From: Sascha Schumann Date: Sun, 20 Aug 2000 09:37:15 +0000 (+0000) Subject: Execute PHP scripts everywhere (not only in the top-level directory) X-Git-Tag: php-4.0.2RC1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67daa655f6d769fd7c56e0abc6006ade5fda18e5;p=php Execute PHP scripts everywhere (not only in the top-level directory) --- 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