Re: [PHP-DEV] Bug #11833 Updated: Unsufficient docs

2001-07-02 Thread Jani Taskinen


Huh? You're wrong here..PHP_SELF is found in HTTP_SERVER_VARS..

--Jani

On 2 Jul 2001 [EMAIL PROTECTED] wrote:

ID: 11833
Updated by: goba
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating system:
PHP Version: 4.0.6
Assigned To:
Comments:

$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

Previous Comments:
---

[2001-07-02 06:53:24] [EMAIL PROTECTED]

There isn't enough information, from which assosiative array we can
acces to predefined variables, when register globals is not set.
Espesially $PHP_SELF isn't in $HTTP_ENV_VARS but $HTTP_SERVER_VARS, which
mean not intuos (in my opinion) localization.

Regards

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11833edit=2





-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DEV] Bug #11833 Updated: Unsufficient docs

2001-07-02 Thread Hojtsy Gabor
Title: RE: [PHP-DEV] Bug #11833 Updated: Unsufficient docs





 Huh? You're wrong here..PHP_SELF is found in HTTP_SERVER_VARS..


I understand :)


Goba