]> granicus.if.org Git - php/commitdiff
fix non FCGI build
authorMarcus Boerger <helly@php.net>
Thu, 13 Feb 2003 19:46:40 +0000 (19:46 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 13 Feb 2003 19:46:40 +0000 (19:46 +0000)
sapi/cgi/cgi_main.c

index b969446d6f77dde032768abb17786ce02e9d9c0b..bdff7f74aa76e5173c79501dfb22ab712e7d8c24 100644 (file)
@@ -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;