php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44245 missing format_refsection
Submitted: 2008-02-25 16:42 UTC Modified: 2008-07-25 13:32 UTC
From: philip@php.net Assigned: bjori (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS: Mac
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: philip@php.net
New email:
PHP Version: OS:

 

 [2008-02-25 16:42 UTC] philip@php.net
Description:
------------
When building:

PHP Warning:  No mapper found for 'format_refsection' in /usr/local/lib/php/phd/formats/xhtml.php on line 349

Warning: No mapper found for 'format_refsection' in /usr/local/lib/php/phd/formats/xhtml.php on line 349


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-05-04 00:30 UTC] bjori@php.net
This error is relatively harmless.
It is due to the fact <reference> entries _must_ have one or more <refentry>, but many classess/exceptions (which we document using the <reference> element) do not have any refentries and is therefore invalid DocBook.
To workaround this problem a bogus <refentry> section is used with absolute minimum elements required to make DocBook validation happy.

This warning serves therefore as a "reminder" to find a better solution to this problem, preferably by extending the DocBook markup...

 [2008-07-25 13:32 UTC] bjori@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.

This was fixed recently by editing the Docbook DTD
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC