Re: [PHP] PATH_TRANSLATED

2003-06-07 Thread Jason Reid
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 07, 2003 10:32 AM Subject: Re: [PHP] PATH_TRANSLATED > That gives the following error: Notice: Undefined index: PATH_TRANSLATED > and the reason is the variable isn't set by Apache/PHP > > "Matt" <

Re: [PHP] PATH_TRANSLATED

2003-06-07 Thread Øystein Håland
" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, June 07, 2003 11:37 AM > Subject: [PHP] PATH_TRANSLATED > > > > Is there some way to retrieve the phpvariable PATH_TRANSLATED on my local > > win2k+Apache2+php4.3.2 box? > > echo "

Re: [PHP] PATH_TRANSLATED

2003-06-07 Thread Matt
- Original Message - From: "Øystein Håland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 07, 2003 11:37 AM Subject: [PHP] PATH_TRANSLATED > Is there some way to retrieve the phpvariable PATH_TRANSLATED on my local > win2k+Apache2+php4.3.2

[PHP] PATH_TRANSLATED

2003-06-07 Thread Øystein Håland
Is there some way to retrieve the phpvariable PATH_TRANSLATED on my local win2k+Apache2+php4.3.2 box? Using phpinfo() does not show PATH_TRANSLATED -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PATH_TRANSLATED doesn't work correctly !!!

2001-01-19 Thread Heino H. Gehlsen
Hmmm... Thanks for the info, but I allready know it's a bug. My problem is that I can't recompile PHP on the the server, so I'm desperatly looking for a way to access the real PATH_TRANSLATED... In my opinion the lack of a working PATH_TRANSLATED makes PHP rether useless for large scale sites

Re: [PHP] PATH_TRANSLATED doesn't work correctly !!!

2001-01-19 Thread Adam Wright
Its a PHP bug, I've attached a patch (that they persistantly ignore :). adamw - Original Message - From: "Heino H. Gehlsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 10:42 AM Subject: [PHP] PATH_TRANSLATED doesn't work c

[PHP] PATH_TRANSLATED doesn't work correctly !!!

2001-01-19 Thread Heino H. Gehlsen
I'm trying to use the clasic CGI environment varable PATH_TRANSLATED via Apache's Action directive (directing all requests through a script). But PHP messes PATH_TRANSLATED up and all I end up with a copy of SCRIPT_FILENAME ! I'm using PHP 4.0.3pl1 on a standard Debian 2.2r2 installation with Ap