summaryrefslogtreecommitdiff
path: root/sapi/cgi/config9.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-10-03 05:24:33 +0000
committerfoobar <sniper@php.net>2003-10-03 05:24:33 +0000
commitdb50cd251ed827de60bdc156a08fd7c0f744e2fd (patch)
treeef357d24d9aef23de74020d903a8641b6f198a78 /sapi/cgi/config9.m4
parent09b8fdc2bb19ffe8a0d15fae0ab93196fbc10ca6 (diff)
downloadphp-git-db50cd251ed827de60bdc156a08fd7c0f744e2fd.tar.gz
Aligned configure help texts.
Diffstat (limited to 'sapi/cgi/config9.m4')
-rw-r--r--sapi/cgi/config9.m49
1 files changed, 5 insertions, 4 deletions
diff --git a/sapi/cgi/config9.m4 b/sapi/cgi/config9.m4
index c666038753..a16b6ab8a4 100644
--- a/sapi/cgi/config9.m4
+++ b/sapi/cgi/config9.m4
@@ -12,9 +12,9 @@ AC_ARG_ENABLE(cgi,
AC_ARG_ENABLE(force-cgi-redirect,
[ --enable-force-cgi-redirect
- Enable the security check for internal server
- redirects. You should use this if you are
- running the CGI version with Apache.],
+ Enable the security check for internal server
+ redirects. You should use this if you are
+ running the CGI version with Apache.],
[
PHP_FORCE_CGI_REDIRECT=$enableval
],[
@@ -42,7 +42,8 @@ AC_ARG_ENABLE(fastcgi,
])
AC_ARG_ENABLE(path-info-check,
-[ --disable-path-info-check If this is disabled, paths such as
+[ --disable-path-info-check
+ If this is disabled, paths such as
/info.php/test?a=b will fail to work.],
[
PHP_ENABLE_PATHINFO_CHECK=$enableval