On Mon, 20 Oct 2003 09:11:37 -0400, you wrote: >"Boris Sagadin" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED]
>> I'm having problems with $PHP_SELF variable. Mostly it works, other >> times (about 10% of tries) it's just empty. Is this a known issue with >Apache >> 2? If I use $_SERVER['PHP_SELF'], it always works fine, but still I'd >> like to know if this is a common bug or there's something wrong with >> my configuration. >> >> I'm using PHP 4.3.3 with Apache 2.0.43, Linux 2.4.21-grsec, >register_globals is on >This is expected behavior, always use the $_SERVER or $_ENV superglobal >arrays. It's expected behaviour for a language feature to fail 10% of the time?! Could you expand on your answer, or provide a link? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

