[PHP-DEV] PHP 4.0 Bug #5380 Updated: $PHP_SELF concatenated to 17 chars From: Bug Database (php-dev <email protected>)
Date: 09/28/00

ID: 5380
Updated by: sniper
Reported By: wjp <email protected>
Status: Closed
Bug Type: Scripting Engine problem
Assigned To:
Comments:

Reopened per user request. One note: This bug is most likely in the
ISAPI module (Zeus).

There is phpinfo() here :

http://www.theteachernet.co.uk/ack/phpCards13/test.php

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2000-08-25 13:56:26] sniper <email protected>
I can not reproduce this with latest CVS.
Please try CVS or snaps.php.net and if problem
still exists reopen this report.

--Jani

---------------------------------------------------------------------------

[2000-07-27 21:09:00] waldschrott <email protected>
checking out

---------------------------------------------------------------------------

[2000-07-06 20:55:37] joey <email protected>
This should read "$PHP_SELF truncated at 17 chars"

---------------------------------------------------------------------------

[2000-07-05 16:34:23] wjp <email protected>
PHP Version 4.0.1pl2 installed on Linux RedHat with Zeus 3.3.6.
I have a phpinfo() page:
<?
phpinfo();
?>

It shows
HTTP_SERVER_VARS["PHP_SELF"] /ToolMonkey/warwi

When it actual fact its more like:
/ToolMonkey/warwick/tests/phpinfo.php

Elsewhere I have scripts that need to use $PHP_SELF and this variable has been concatenated to being only 17 chars long.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=5380

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>