Skip to content

Instantly share code, notes, and snippets.

@salathe
Created June 3, 2015 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salathe/cd8b2ef3a0f91a75f7b3 to your computer and use it in GitHub Desktop.
Save salathe/cd8b2ef3a0f91a75f7b3 to your computer and use it in GitHub Desktop.
PHP Doc build output
[peter@Bibracte phpdocs]$ svn co https://svn.php.net/repository/phpdoc/en/trunk en
A en/make_chm_index.html
A en/reference
... lots of lines ...
A en/README
U en
Checked out revision 336869.
[peter@Bibracte phpdocs]$ svn co https://svn.php.net/repository/phpdoc/doc-base/trunk doc-base
A doc-base/phpbook
... more lines ...
A doc-base/README
U doc-base
Checked out revision 336869.
[peter@Bibracte phpdocs]$ nice php doc-base/configure.php
configure.php: $Id: configure.php 335565 2015-01-02 18:12:51Z bjori $
PHP version: 5.5.5
Checking for source directory... /private/tmp/phpdocs/doc-base
Checking for output filename... /private/tmp/phpdocs/doc-base/.manual.xml
Checking whether to include CHM... no
Checking for PHP executable... /usr/local/php5-5.5.5-20131020-222726/bin/php
Checking for language to build... en
Checking whether the language is supported... yes
Checking for partial build... no
Checking whether to enable detailed XML error messages... no
Checking libxml version... 2.7.8
Checking whether to enable detailed error reporting (may segfault)... yes
Checking whether to optimize out the DTD (performance gain, but segfaults)... yes
Generating /private/tmp/phpdocs/doc-base/manual.xml... done
Generating /private/tmp/phpdocs/doc-base/install-unix.xml... done
Generating /private/tmp/phpdocs/doc-base/install-win.xml... done
Generating /private/tmp/phpdocs/doc-base/developer.template.xml... done
Generating /private/tmp/phpdocs/doc-base/scripts/file-entities.php... done
Iterating over extension specific version files... OK
Saving it... OK
Creating file /private/tmp/phpdocs/doc-base/entities/file-entities.ent... done
Checking for if we should generate a simplified file... no
Checking whether to save an invalid .manual.xml... no
Loading and parsing manual.xml... done.
Validating manual.xml... done.
All good. Saving .manual.xml... done.
All you have to do now is run 'phd -d /private/tmp/phpdocs/doc-base/.manual.xml'
If the script hangs here, you can abort with ^C.
_ _..._ __
\)` (` /
/ `\
| d b |
=\ Y =/--..-="````"-.
'.=__.-' `\
o/ /\ \
| | \ \ / )
\ .--""`\ < \ '-' /
// | || \ '---'
jgs ((,,_/ ((,,___/
(Run `nice php configure.php` next time!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment