]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Thu, 13 Feb 2003 20:58:41 +0000 (20:58 +0000)
committerfoobar <sniper@php.net>
Thu, 13 Feb 2003 20:58:41 +0000 (20:58 +0000)
sapi/cgi/cgi_main.c

index ab0e6313a32ebc9f1ac92e31b70a4388d622f570..e27a354196359f5d47fb668fe4b87513fbe65b1a 100644 (file)
@@ -1403,9 +1403,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;
                        file_handle.handle.fp = NULL;