php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43900 `make' takes long time
Submitted: 2008-01-20 13:50 UTC Modified: 2008-01-20 14:26 UTC
From: libpq at yahoo dot co dot jp Assigned:
Status: Not a bug Package: Doc Build problem
PHP Version: Irrelevant OS: FreeBSD
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: libpq at yahoo dot co dot jp
New email:
PHP Version: OS:

 

 [2008-01-20 13:50 UTC] libpq at yahoo dot co dot jp
Description:
------------
Before compile php_manual_ja.chm, XML files have to be converted into HTML.
About six months ago, convert takes about 2-3 hours to complete.
But now, it takes about 40-50 hours.
Does PHP Documentation Group think it is normal situation?

Reproduce code:
---------------
% autoconf-2.61
% ./configure
% make


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-20 14:26 UTC] bjori@php.net
> But now, it takes about 40-50 hours.
> Does PHP Documentation Group think it is normal situation?

No. Which is why we wrote our own rendering system, called PhD, which renders the chunkedhtml, bightml and phpweb versions of the docs in under 3minutes. (See http://doc.php.net/wiki/phd for more info.)

The downside: The html generated by PhD is not 100% the same as the DSSSL/XSLT versions so the CHM templates needs some tweaking - however, we do not have a single person in the team who understand the CHM process and are we therefore unable to create the CHM for the moment.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 23:01:29 2024 UTC