From:             james dot hayward at egg dot com
Operating system: Windows 2003
PHP version:      5.2.4
PHP Bug Type:     PHP options/info functions
Bug description:  $_SERVER['PHP_SELF'] incorrect

Description:
------------
The script name seems to be reproduced twice in the environment variable
$_SERVER['PHP_SELF'].

I'm afraid I don't have access to the server (work machine) so I cannot
test the latest CVS snapshot.

$_SERVER['SCRIPT_NAME'] is showing correctly.

Reproduce code:
---------------
this can be shown with just:

<?php phpinfo(); ?>




Expected result:
----------------
when this is on:

http://intranet/teams/training_development/phpinfo.php

I would expect

$_SERVER['PHP_SELF'] == /teams/training_development/phpinfo.php

Actual result:
--------------
$_SERVER['PHP_SELF'] ==
/teams/training_development/phpinfo.php/teams/training_development/phpinfo.php



-- 
Edit bug report at http://bugs.php.net/?id=42558&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=42558&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=42558&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=42558&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=42558&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=42558&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=42558&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=42558&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=42558&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=42558&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=42558&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=42558&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=42558&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=42558&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=42558&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=42558&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=42558&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=42558&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=42558&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=42558&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=42558&r=mysqlcfg

Reply via email to