Difference between revisions of "PhpDocumentor Install Memory Error"

From Noah.org
Jump to navigationJump to search
 
 
Line 1: Line 1:
 +
[[Category:Engineering]]
 
Run the following command to install PhpDocumentor:
 
Run the following command to install PhpDocumentor:
 
     peardev install --alldeps PhpDocumentor
 
     peardev install --alldeps PhpDocumentor

Latest revision as of 18:24, 7 March 2007

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.