From: shadzik Date: Fri, 5 Jun 2009 15:05:07 +0000 (+0000) Subject: - obsolete X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcgiwrap.git;a=commitdiff_plain;h=4ec8c154c9e698e825b6fff61bf223ae85787084 - obsolete Changed files: cgiwrap-php.patch -> 1.2 --- diff --git a/cgiwrap-php.patch b/cgiwrap-php.patch deleted file mode 100644 index 52ed5ad..0000000 --- a/cgiwrap-php.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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;