php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37053 docref_{ext,root} do not work with classes
Submitted: 2006-04-12 11:36 UTC Modified: 2006-04-12 12:50 UTC
From: bigbug at mafia dot lv Assigned:
Status: Closed Package: PHP options/info functions
PHP Version: 5.1.2 OS:
Private report: No CVE-ID: None
 [2006-04-12 11:36 UTC] bigbug at mafia dot lv
Description:
------------
When the docref_root and docref_ext are set, eg:
docref_root="http://www.php.net/manual/en/"
docref_ext=".php"
the link for function are generated right only for plain functions, not for functions stored in php builtin classes, eg:
for mysqli_query the link will be right, but for mysqli->query link will be generated for the function "query", which don't exist.

imho possible problems in the future if we have the plain function and function inside class with same name.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-12 12:50 UTC] tony2001@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC