]> git.pld-linux.org Git - packages/cherokee.git/blame - cherokee-php-path.patch
- use functions, add try-restart
[packages/cherokee.git] / cherokee-php-path.patch
CommitLineData
8c2165c6
PZ
1--- cherokee-0.6.1/cherokee/handler_phpcgi.c~ 2008-04-17 16:41:42.000000000 +0200
2+++ cherokee-0.6.1/cherokee/handler_phpcgi.c 2008-04-17 16:45:23.471106094 +0200
3@@ -71,7 +71,7 @@
4 "php",
5 "php5",
6 "php4",
7- "php-cgi",
e18f83d3 8+ "php.fcgi",
8c2165c6
PZ
9 #else
10 "PHP.EXE",
11 #endif
e18f83d3
KK
12--- cherokee-0.9.4/configure.in.orig 2008-10-09 13:41:48.000000000 +0200
13+++ cherokee-0.9.4/configure.in 2008-10-21 01:20:27.000000000 +0200
14@@ -1145,13 +1145,7 @@
15 if test "x$PHPCGI" = "x"; then
16 AC_MSG_RESULT([no])
17 else
18- $PHPCGI -v | grep 'cgi-fcgi' >/dev/null 2>/dev/null
19- if test $? != 0; then
20- PHPCGI=""
21- AC_MSG_RESULT([no])
22- else
23- AC_MSG_RESULT([yes])
24- fi
25+ AC_MSG_RESULT([yes])
26 fi
27
28 if test "x$PHPCGI" = "x"; then
This page took 0.115328 seconds and 4 git commands to generate.