PhpDocumentor Install Memory Error

From Noah.org
Revision as of 18:24, 7 March 2007 by Root (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Run the following command to install PhpDocumentor:

   peardev install --alldeps PhpDocumentor

Note that you must use 'peardev' instead of 'pear'. If you try to use 'pear' you will get a memory error:

   PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted...

The 'peardev' command is for for memory-intensive operations.