From aa8dfa0b74b7b5bd8a221f66a41ebbe1a35bd49e Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 13 Feb 2003 19:46:40 +0000 Subject: [PATCH] fix non FCGI build --- sapi/cgi/cgi_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index b969446d6f..bdff7f74aa 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -1401,8 +1401,9 @@ consult the installation file that came with this distribution, or visit \n\ */ if (cgi #if PHP_FASTCGI - || fastcgi) + || fastcgi #endif + ) { file_handle.type = ZEND_HANDLE_FILENAME; file_handle.filename = SG(request_info).path_translated; -- 2.50.1