Mantis - Quercus
Viewing Issue Advanced Details
3168 minor always 12-12-08 18:58 12-14-08 13:36
koreth  
ferg  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.0  
0003168: $_SERVER['SCRIPT_NAME'] gets reset between .php files
Sometimes if I modify $_SERVER['SCRIPT_NAME'] in an include file, it gets reset back to its old value in the enclosing file.

Demoed this onsite, but I don't have an isolated test case; filing the bug as requested to track the issue.

Notes
(0003625)
ferg   
12-14-08 13:36   
php/382c

Not 100% certain on this one. $HTTP_SERVER_VARS was not properly matched to $_SERVER.