please visit http://wiki.php.net/doc/phd
step by step: 1. install php5.3 2. install pear 3. install phD (http://wiki.php.net/doc/phd/faq) 4. build from xml file (http://wiki.php.net/doc/phd) $ svn co http://svn.php.net/repository/phpdoc/modules/doc-en phpdoc $ cd phpdoc $ php doc-base/configure.php $ phd -d doc-base/.manual.xml -o output_dir -f php -P PHP If xml file is correct , there'll show error info. 2010-09-08 honestqiao 发件人: 范一�[ 发送时间: 2010-09-08 15:18:56 收件人: phpdoc@lists.php.net 抄送: 主题: [PHP-DOC] A question about php doc Hello, I am a developer of CUBRID PHP Database Extensions. Yesterday, I made some changes on CUBRID online doc on php.net (http://docs.php.net/manual/en/book.cubrid.php), and commit the changes up to svn (http://svn.php.net/repository/phpdoc/en/trunk/reference/cubrid/). The changes on file “configure.xml” is big, and I changed it several times. Unfortunately, it seems that there is something wrong with this file, and the “Installation” disappears now. I am not familiar with php doc now. Could you make a simple code review on file “configure.xml” or give me some guide on how to validate the document files? Thanks! Yifan Fan