packages: cgiwrap/cgiwrap-php.patch (NEW) - new

shadzik shadzik at pld-linux.org
Mon May 18 21:42:23 CEST 2009


Author: shadzik                      Date: Mon May 18 19:42:23 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/cgiwrap:
   cgiwrap-php.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/cgiwrap/cgiwrap-php.patch
diff -u /dev/null packages/cgiwrap/cgiwrap-php.patch:1.1
--- /dev/null	Mon May 18 21:42:23 2009
+++ packages/cgiwrap/cgiwrap-php.patch	Mon May 18 21:42:18 2009
@@ -0,0 +1,11 @@
+--- cgiwrap.c.orig	2009-05-18 21:33:58.740663288 +0200
++++ cgiwrap.c	2009-05-18 21:34:44.687797891 +0200
+@@ -199,6 +199,8 @@
+ 			StringEndsWith(scriptPath, ".php") ||
+ 			StringEndsWith(scriptPath, ".php3") ||
+ 			StringEndsWith(scriptPath, ".php4") ||
++			StringEndsWith(scriptPath, ".php5") ||
++			StringEndsWith(scriptPath, ".phpc") ||
+ 			StringEndsWith(scriptPath, ".phtml") )
+ 		{
+ 			Context.interpreted_script = 1;
================================================================


More information about the pld-cvs-commit mailing list