php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49836 php.net/oci_error redirects to the manual page for ocierror()
Submitted: 2009-10-11 13:03 UTC Modified: 2010-05-07 01:48 UTC
From: wiesemann@php.net Assigned: philip (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2009-10-11 13:03 UTC] wiesemann@php.net
Description:
------------
When trying to use the short URL for oci_error(), e.g. calling
php.net/oci_error, I get redirected to the ocierror() page. This is because manual_lookup.inc replaces underscores by hyphens, and in a later step removes all hyphens.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-10-12 11:18 UTC] rquadling@php.net
This seems to be only on certain mirrors.

Incorrect : ocierror()
http://us.php.net/oci_error
http://us2.php.net/oci_error

Correct : oci_error()
http://uk.php.net/oci_error
http://uk2.php.net/oci_error
http://uk3.php.net/oci_error

Last updated: Fri, 09 Oct 2009 on all mirrors.
 [2009-10-12 11:45 UTC] wiesemann@php.net
> This seems to be only on certain mirrors.

The manual page search code behaves differently depending on whether sqlite is available.
 [2010-05-07 01:48 UTC] philip@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: philip
 [2010-05-07 01:48 UTC] philip@php.net
This appears fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 10:01:31 2024 UTC