]> granicus.if.org Git - php/commitdiff
Execute PHP scripts everywhere (not only in the top-level directory)
authorSascha Schumann <sas@php.net>
Sun, 20 Aug 2000 09:37:15 +0000 (09:37 +0000)
committerSascha Schumann <sas@php.net>
Sun, 20 Aug 2000 09:37:15 +0000 (09:37 +0000)
sapi/thttpd/thttpd_patch

index f9c3c51508b00334a3d09eef4f0873f2c5b0f2a8..c81dd13ac8b456d60a4b152de980fecadc40a793 100644 (file)
@@ -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