]> git.pld-linux.org Git - packages/cgiwrap.git/blob - cgiwrap-php.patch
- add libmagic functionality
[packages/cgiwrap.git] / cgiwrap-php.patch
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.195994 seconds and 3 git commands to generate.