|
Lines 48-55
OPTIONS= CLI "Build CLI version" on \
Link Here
|
| 48 |
REDIRECT "Enable force-cgi-redirect support (CGI only)" off \ |
48 |
REDIRECT "Enable force-cgi-redirect support (CGI only)" off \ |
| 49 |
DISCARD "Enable discard-path support (CGI only)" off \ |
49 |
DISCARD "Enable discard-path support (CGI only)" off \ |
| 50 |
FASTCGI "Enable fastcgi support (CGI only)" on \ |
50 |
FASTCGI "Enable fastcgi support (CGI only)" on \ |
| 51 |
PATHINFO "Enable path-info-check support (CGI only)" on \ |
51 |
PATHINFO "Enable path-info-check support (CGI only)" on |
| 52 |
PHPFPM "Enable php-fpm patch (experimental, CGI only)" off |
|
|
| 53 |
CONFLICTS= php4-4* |
52 |
CONFLICTS= php4-4* |
|
Lines 97-106
CONFIGURE_ARGS+=--enable-fastcgi
Link Here
|
| 97 |
.if defined(WITHOUT_PATHINFO) |
96 |
.if defined(WITHOUT_PATHINFO) |
| 98 |
CONFIGURE_ARGS+=--disable-path-info-check |
97 |
CONFIGURE_ARGS+=--disable-path-info-check |
| 99 |
.endif |
98 |
.endif |
| 100 |
.if defined(WITH_PHPFPM) |
|
|
| 101 |
PATCHFILES+= php-${PORTVERSION}-fpm-0.5.10.diff.gz:phpfpm |
| 102 |
PATCH_SITES+= http://php-fpm.anight.org/downloads/head/:phpfpm |
| 103 |
.endif |
| 104 |
.else |
99 |
.else |
| 105 |
PLIST_SUB+= CGI="@comment " |
100 |
PLIST_SUB+= CGI="@comment " |
| 106 |
CONFIGURE_ARGS+=--disable-cgi |
101 |
CONFIGURE_ARGS+=--disable-cgi |