php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #5066 bad URL in configure script
Submitted: 2000-06-15 19:21 UTC Modified: 2000-06-17 00:11 UTC
From: twp at unchi dot org Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.0 Release OS: FreeBSD 3.3-RELEASE
Private report: No CVE-ID: None
 [2000-06-15 19:21 UTC] twp at unchi dot org
Compiling PHP 4.0.0 as a dynamic module for Apache 1.3.9:

When `configure' detects that `apxs' is broken, it warns the
user and supplies a URL to the PHP FAQ with instructions to
fix it.  The URL given is:

http://www.php.net/FAQ.php3#6.11

It should be:

http://www.php.net/FAQ.php#6.11

(Maybe it would make sense to rewrite any *.php3 requests
on php.net with *.php, or at least supply redirects for
some of the most commonly referenced pages.)

Patches

Pull Requests

 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 16 02:00:01 2026 UTC