From: Sebastian Bergmann Date: Thu, 2 May 2002 15:18:26 +0000 (+0000) Subject: Fix build. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edba07700096951418d4eb075ca9bcd15bcb10a2;p=php Fix build. --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 98e4260a8a..b8d9b788d4 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -598,8 +598,8 @@ int main(int argc, char *argv[])

This PHP CGI binary was compiled with force-cgi-redirect enabled. This\n\ means that a page will only be served up if the REDIRECT_STATUS CGI variable is\n\ set, eg via an Apache Action directive.

\n\ -

For more information as to why this behaviour exists, see the -manual page for cgi security.

\n +

For more information as to why this behaviour exists, see the \ +manual page for cgi security.

\n\

For more information about changing this behaviour or re-enabling this webserver,\n\ consult the installation file that came with this distribution, or visit \n\ the manual page

\n");