From ce91e183775afd3ab977e9ee7bacaeca276a7141 Mon Sep 17 00:00:00 2001 From: Shane Caraveo Date: Mon, 26 May 2003 00:46:24 +0000 Subject: [PATCH] http://bugs.php.net/bug.php?id=14409 move from PHP_4_3 --- sapi/cgi/cgi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index d8503d1c07..a98738afff 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -1457,7 +1457,7 @@ consult the installation file that came with this distribution, or visit \n\ rely on the web server giving us the info we need in the environment. */ - if (cgi + if (SG(request_info).path_translated || cgi #if PHP_FASTCGI || fastcgi #endif -- 2.40.0