Problem with functions both procedural and oo (original) (raw)
| Bug #49743 | Problem with functions both procedural and oo | | | | | ------------------------------ | --------------------------------------------- | --------- | ------------------------------------------------------------------------------ | | | Submitted: | 2009-10-02 04:02 UTC | Modified: | 2009-10-09 05:18 UTC | | | From: | moacir@php.net | Assigned: | | | | Status: | Closed | Package: | Doc Build problem | | | PHP Version: | 5.3.0 | OS: | | | | Private report: | No | CVE-ID: | None | |
[2009-10-02 04:02 UTC] moacir@php.net
Description:
PhD 0.9.0 has a problem with functions that are both procedural and oo. The problem is because the indexer stores the docbook_id as primary key, and those functions have two sdesc for one id, so the indexer only stores one of them. Because of this, PhD only links one of the functions.
To solve this problem we could create another table to save the refnames, or use an array like the old mktoc.
Expected result:
http://php.net/manual/en/mysqli.connect-error.php
Actual result:
See Also section of: http://docs.php.net/manual/en/mysqli.connect-error.php
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commitsRelated reports