Bug found
[email protected] (Niklas Saers) Sun, 11 Oct 1998 12:45:46 +0200 (CEST)
| Newsgroups | php.beta |
|---|---|
| Message-ID | <[email protected]> |
Found a little bug in PHP 3.0.5. It's a LITTLE bug and fast to fix :)
After making PHP as a non-apache-module it says:
WARNING: You will be compiling the CGI version of PHP without any
redirection checking. By putting this cgi binary somewhere
in your web space, users may be able to circumvent existing
.htaccess
security by loading files directly through the parser. See
http://www.php.net/manual/configuration05.php3 for more details.
Fair enough, except for ONE minor detail: The URL
http://www.php.net/manual/configuration05.php3 doesn't come to a page. ;)
So, a MINOR detail which is FAST to fix. :)
Niklas