Hi,

when trying to use the short URL for oci_error(), e.g. calling php.net/oci_error, I get redirected to the ocierror() page because manual_lookup.inc replaces underscores by hyphens, and in a later step removes all hypens.

This might be a special problem for the OCI8 functions, but it is rather annoying because one gets redirected to the manual pages that have almost no information, and a click is needed to get to the desired page (oci_error()).

What would be the best solution here? Adding items to the $uri_aliases array in error.php? Modifying manual_lookup.inc to search for a filename with the actually correct underscore?

Regards,
Mark

Reply via email to