PHP
Jump to navigation
Jump to search
This page will be a collection of resources on PHP programming.
Libraries
Documenting a PHP Project: PhpDocumentor
PhpDocumentor is the equivalent of Javadoc for the PHP language.
- Installation under Gentoo: you can use the ebuild in Portage. However the /usr/bin/pear script is broken and must be fixed else you won't be able to emerge PhpDocumentor. In this script the PHP interpreter is called with a memory_limit argument. Thus it won't use the default memory_limit set in th /etc/php/cli-php5/php.ini file. The memory_limit argument provided in /usr/bin/pear is too low (16M), thus you have to remove it. I consider this a Gentoo/PEAR bug.