> Right now PATH_INFO is not automatically passed to PHP scripts in the > Apache 2.0 module for PHP. I have a patch on my plate that enables it > by default, but for now you can add "AcceptPathInfo On" to the directory > or location sections where you want it to work.
That should go in. Why would you not want $PATH_INFO? I don't think it should be configurable at all. It should always be there. -Rasmus