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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC