From db50cd251ed827de60bdc156a08fd7c0f744e2fd Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 3 Oct 2003 05:24:33 +0000 Subject: Aligned configure help texts. --- sapi/cgi/config9.m4 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sapi/cgi') 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 -- cgit v1.2.1