diff options
| author | Shane Caraveo <shane@php.net> | 2003-05-26 00:46:24 +0000 |
|---|---|---|
| committer | Shane Caraveo <shane@php.net> | 2003-05-26 00:46:24 +0000 |
| commit | ce91e183775afd3ab977e9ee7bacaeca276a7141 (patch) | |
| tree | 612c13c7a4678b5778be921b9e0127507f7ba866 /sapi/cgi/cgi_main.c | |
| parent | 01e5787e0a8d87acb83a8d36501393b63f660093 (diff) | |
| download | php-git-ce91e183775afd3ab977e9ee7bacaeca276a7141.tar.gz | |
http://bugs.php.net/bug.php?id=14409
move from PHP_4_3
Diffstat (limited to 'sapi/cgi/cgi_main.c')
| -rw-r--r-- | sapi/cgi/cgi_main.c | 2 |
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 |
