Difference between revisions of "Pear"
Jump to navigation
Jump to search
(Created page with "=Memory limit install during pear package install= <pre>[root@dstolapidev01 tmp]# pear install --alldeps pear/PhpDocumentor downloading PhpDocumentor-1.4.4.tgz ... Starting to do...") |
(No difference)
|
Latest revision as of 12:49, 13 March 2012
Memory limit install during pear package install
[root@dstolapidev01 tmp]# pear install --alldeps pear/PhpDocumentor downloading PhpDocumentor-1.4.4.tgz ... Starting to download PhpDocumentor-1.4.4.tgz (1,534,088 bytes) ..........................................................................................................................done: 1,534,088 bytes PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 8192 bytes) in /usr/share/pear/PEAR/Installer.php on line 521 PHP Stack trace:
To resolve this, use peardev instead of pear. It has exceptions for larger memory requirements.