no thats right.
PATH_TRANSLATED ist the translated PATH_INFO variable, which is after the scriptname till the "?". Look into CGI spec. Other SAPI modules to the same: http://134.1.2.11/test.php/pathinfotest?item=value


Uwe

At 11:57 30.06.2003 +0200, you wrote:
Hey,

with this URL: http://dru-nl/b.php/1/r/2/1/1
I get back the following server variables (PHP 5.0.0b1, apache 1
module):
  'REQUEST_URI' => '/b.php/1/r/2/1/1'
  'SCRIPT_NAME' => '/b.php'
  'PATH_INFO' => '/1/r/2/1/1'
  'PATH_TRANSLATED' => '/home/httpd/html/dru/modules/user/1/r/2/1/1'
  'PHP_SELF' => '/b.php/1/r/2/1/1'

Shouldn't PATH_TRANSLATED be?
  'PATH_TRANSLATED' => '/home/httpd/html/dru/modules/user/b.php/1/r/2/1/1'

regards,
Derick

--

-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/
 JDI Media Solutions                             http://www.jdimedia.nl/
 International PHP Magazine                      http://www.php-mag.net/
-------------------------------------------------------------------------


-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

----- Uwe Schindler Addr 1: Bamberger Str. 24a, D-96049 Bamberg Addr 2: Drausnickstr. 153, D-91052 Erlangen http://www.thetaphi.de - http:///www.schindlers-software.de eMails: [EMAIL PROTECTED] (private); [EMAIL PROTECTED] (company) Tel./Fax: +49 700 PCLATEIN (+49 700 72528346)

Schindlers Software - Home of Schindlers PC-LATEIN 3.10
DIE Software zum Lateinlernen!



-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to