From: Reini U. <ru...@x-...> - 2004-05-17 11:33:49
|
Oliver Betz schrieb: > Reini Urban <ru...@x-...> wrote: > [...] > >>No this is indented behaviour with CGI now. Your hoster will not change >>it, that's the new default setup for CGI. > > although I don't understand what empty PATH_INFO and PATH_TRANSLATED > variables are good for - but I don't need to know. > >>We have to find a way around it. Thanks for bringing this to our attention. > > The information is also in REQUEST_URI (direct, _SERVER and _ENV), it > contains '/phpinfo.php/foobar', but I don't know whether this is a > reliable place to look for the additional path info. Yes, we will change this to the difference from $REQUEST_URI to $SCRIPT_NAME. That's the reason why all CGI installations with USE_PATH_INFO = true failed. It's only to seperate the script from the args. seperatd by / instead of ? & pairs. But today I will finally move, so better expect it tommorrow. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |