php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52117 class.*.html not built with --format xhtml
Submitted: 2010-06-18 10:19 UTC Modified: 2010-07-02 19:32 UTC
From: mkoppanen@php.net Assigned:
Status: Not a bug Package: Doc Build problem
PHP Version: 5.3.2 OS: Mac OS X
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mkoppanen@php.net
New email:
PHP Version: OS:

 

 [2010-06-18 10:19 UTC] mkoppanen@php.net
Description:
------------
Building docs locally and it seems that for some reason class.*.html pages are not created when --format is chunked-xhtml. According to phillip they are built successfully when target is phpweb.

libxml Version => 2.7.7

Test script:
---------------
php configure.php && phd --format xhtml

Expected result:
----------------
That class.*.html files are generated

Actual result:
--------------
They are not generated

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-07-02 19:32 UTC] bjori@php.net
-Status: Open +Status: Bogus
 [2010-07-02 19:32 UTC] bjori@php.net
This is expected.

The PHP Documentations use a special namespace which is only expected to work 
using the --package PHP.

phd --package PHP --format xhtml --docbook ... works fine.

-Hannes
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 10:01:27 2025 UTC