summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShane Caraveo <shane@php.net>2003-05-26 00:46:24 +0000
committerShane Caraveo <shane@php.net>2003-05-26 00:46:24 +0000
commitce91e183775afd3ab977e9ee7bacaeca276a7141 (patch)
tree612c13c7a4678b5778be921b9e0127507f7ba866
parent01e5787e0a8d87acb83a8d36501393b63f660093 (diff)
downloadphp-git-ce91e183775afd3ab977e9ee7bacaeca276a7141.tar.gz
http://bugs.php.net/bug.php?id=14409
move from PHP_4_3
-rw-r--r--sapi/cgi/cgi_main.c2
1 files changed, 1 insertions, 1 deletions
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