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