Hi,
It seems that the PATH_INFO environment var is not available anymore,
this behavior of php starts with php4.3.2 (I'm running PHP4.3.2RC1),
with php4.3.1 it was available.
Is this a bug or a feature?
bye,
Michael Bretterklieber - Michael.Bretterklieber@jawa.at
JAWA Management Software GmbH - http://www.jawa.at
Liebenauer Hauptstr. 200 -------------- privat ------------
A-8041 GRAZ GSM: ++43-(0)676-84 03 15 712
Tel: ++43-(0)316-403274-12 E-mail: michael@bretterklieber.com
Fax: ++43-(0)316-403274-10 http://www.bretterklieber.com
"...the number of UNIX installations has grown to 10, with more
expected..." - Dennis Ritchie and Ken Thompson, June 1972
It seems that the PATH_INFO environment var is not available anymore,
this behavior of php starts with php4.3.2 (I'm running PHP4.3.2RC1),
with php4.3.1 it was available.
Which SAPI are you using?
Derick
--
"my other box is your windows PC"
Derick Rethans http://derickrethans.nl/
PHP Magazine - PHP Magazine for Professionals http://php-mag.net/
Hi,
Derick Rethans schrieb:
It seems that the PATH_INFO environment var is not available anymore,
this behavior of php starts with php4.3.2 (I'm running PHP4.3.2RC1),
with php4.3.1 it was available.Which SAPI are you using?
commandline, we wrote a wrapper programm wich starts the given (argv[1])
php.exe and sets PATH_TRANSLATED to argv[2] and PATH_INFO to argv[3]. We
are emulating this Apache-syntax for IIS:
contentview.php/hello/desdeed.html
bye,
Michael Bretterklieber - Michael.Bretterklieber@jawa.at
JAWA Management Software GmbH - http://www.jawa.at
Liebenauer Hauptstr. 200 -------------- privat ------------
A-8041 GRAZ GSM: ++43-(0)676-84 03 15 712
Tel: ++43-(0)316-403274-12 E-mail: michael@bretterklieber.com
Fax: ++43-(0)316-403274-10 http://www.bretterklieber.com
"...the number of UNIX installations has grown to 10, with more
expected..." - Dennis Ritchie and Ken Thompson, June 1972