[PHP-DEV] PATH_INFO doesn't work

2002-04-08 Thread Thomas Hommel
hi I've got a problem with the PATH_INFO environment variable on various servers. If I try to call a script named 'info.php' the following way '/info.php/xyz', the PATH_INFO variable should contain 'xyz', right? But it doesn't work in all cases. Seems like it's OK on servers with PHP compiled as A

[PHP-DEV] PATH_INFO doesn't work -- resolution?

2001-10-26 Thread ajames
Hello, I have noticed messages dating back to last year discussing whether PATH_INFO works on Windows servers. BACKGROUND: PATH_INFO is the original term given to the environment variable that contains extra path information supplied after the end of the (in those days) executable file, such tha