Title: FW: PHP Bug ID: 11833
Goba forwarded me your message.  I didn't actually block your submisssions, something must be wrong with the bug report form.   Any way, to follow up on this...
 
What you are saying below is perfectly true and is in the manual here:
 
 
$PHP_SELF *will not* be available if you have register_globals turned off.  You can find out more about register_globals here:
 
 
If the above is still not clear, please let me know how it can be more clear.
 
Daniel
----- Original Message -----
Sent: Tuesday, July 03, 2001 2:12 AM
Subject: FW: PHP Bug ID: 11833

Hi!

It is for you I think!

Goba

-----Original Message-----
From: Michal Izydorski [mailto:M.Izydorski    @rubikon.pl]
Sent: Monday, July 02, 2001 4:52 PM
To: [EMAIL PROTECTED]
Subject: PHP Bug ID: 11833


hello GOBA!

danbeck just answer ny last submission, but he probably block my
submissions;

Recently I notice, that your answer is wrong, I cite:

> [2001-07-02 07:06:16] [EMAIL PROTECTED]
>
> $PHP_SELF is not an environment variable, nor a server variable, it is a special PHP
> variable, so it wont be registered in any arrays you listed

but when I set register_globals Off I haven't a value under $PHP_SELF
variable. Therefore I notice, that I can access this var by
$HTTP_SERVER_VARS["PHP_SELF"] array - it confilicts with your response
and is missed in documentation.

maybe I'm wrong...

mike



Reply via email to