Re: [PHPLIB] instalation problems From: Kristian Koehntopp (kris <email protected>)
Date: 11/09/99

On Tue, Nov 09, 1999 at 06:29:55PM +0100, Thomas Atterbom wrote:
> When I run the testpage index.php3 everything works but all links to the
> other "testpages" refers to (for example)
> servername/php/php.exe/script.php3. Is this a normal behavior?

This is buggy, your PHP_SELF variable has the wrong content. This is so
because your PHP3 interpreter has not been compiled with
--enable-force-cgi-redirect. This makes deploying PHPLIB
difficult because of the defective values in PHP_SELF (use
PATH_INFO instead), but more important it is a big security
problem. The usual recommendation is to rebuild PHP3 with
--enable-force-cgi-redirect for security reasons.

Kristian

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.