ID: 37053 Updated by: [EMAIL PROTECTED] Reported By: bigbug at mafia dot lv -Status: Open +Status: Closed Bug Type: PHP options/info functions PHP Version: 5.1.2 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2006-04-12 11:36:27] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37053&edit=1