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
 [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 Apr 19 21:01:30 2024 UTC