sniper          Thu Feb 13 15:58:41 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/sapi/cgi      cgi_main.c 
  Log:
  MFH
  
Index: php4/sapi/cgi/cgi_main.c
diff -u php4/sapi/cgi/cgi_main.c:1.190.2.13 php4/sapi/cgi/cgi_main.c:1.190.2.14
--- php4/sapi/cgi/cgi_main.c:1.190.2.13 Thu Feb 13 13:21:23 2003
+++ php4/sapi/cgi/cgi_main.c    Thu Feb 13 15:58:41 2003
@@ -1403,9 +1403,9 @@
                */
                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;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to