PHP: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
PhpDocumentor is the equivalent of Javadoc for the PHP language. | PhpDocumentor is the equivalent of Javadoc for the PHP language. | ||
* Installation under Gentoo: | * 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 the /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. | |||
** Be sure to emerge at least PhpDocumentor 1.3.0 (currently in testing as of March 2007), as the RC versions are not stable enough. |
Revision as of 13:30, 30 March 2007
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 the /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.
- Be sure to emerge at least PhpDocumentor 1.3.0 (currently in testing as of March 2007), as the RC versions are not stable enough.