]> git.pld-linux.org Git - packages/cgiwrap.git/blame - cgiwrap-php.patch
- add libmagic functionality
[packages/cgiwrap.git] / cgiwrap-php.patch
CommitLineData
99c7163d 1--- cgiwrap.c.orig 2009-05-18 21:33:58.740663288 +0200
2+++ cgiwrap.c 2009-05-18 21:34:44.687797891 +0200
3@@ -199,6 +199,8 @@
4 StringEndsWith(scriptPath, ".php") ||
5 StringEndsWith(scriptPath, ".php3") ||
6 StringEndsWith(scriptPath, ".php4") ||
7+ StringEndsWith(scriptPath, ".php5") ||
8+ StringEndsWith(scriptPath, ".phpc") ||
9 StringEndsWith(scriptPath, ".phtml") )
10 {
11 Context.interpreted_script = 1;
This page took 0.256397 seconds and 4 git commands to generate.