PHP/FastCGI: $_SERVER almost empty
Yves Goergen <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hey,
this is my latest FastCGI problem with PHP 5.1 and Apache 2.0.
A script did strange things and here's what's wrong: the $_SERVER array
is almost empty! This is from my debug log:
var_dump($_SERVER);
Produced this output:
array(4) {
["PHP_SELF"]=>
string(26) "/webmail/src/left_main.php"
["REQUEST_TIME"]=>
int(1147480510)
["argv"]=>
array(0) {
}
["argc"]=>
int(0)
}
Anyone got an idea what this comes from?
--
Yves Goergen "LonelyPixel" <[email protected]>
http://beta.unclassified.de – My web laboratory.
___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/