When I try to emerge PEAR-PhpDocumentor, I get errors about the 8M of memory exhausted. I've tried with pear install PhpDocumentor and got the same error. I don't know if it's a bug in the PEAR package but I think you should warn the user to increase the memory allowed to php scripts (just the time to install this) and say that the file to modify is /etc/php/apache2-php5/php.ini (it was this in my case and I modified the /etc/php/cli-php5/php.ini one, so It didn't work) Reproducible: Always Steps to Reproduce: 1.emerge PEAR-PhpDocumentor 2. 3. Actual Results: Fatal error: Allowed memory size of 8388608 bytes exhaustedI Expected Results: be installed ;-) I use the 'original' php.ini, ~X86 flag and the version was PEAR-PhpDocumentor-1.2.3 I hope not made mistakes, it's my first bug report, so if I've done bad things, tell me. hope this helps Nicolas
solution : look for memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) and set it to 16M (for exemple) in your php.ini file greeting Nicolas
Had the same problem. Changing to 16M fixed the problem. Should we add an einfo to php-pear to notice users about exhausted memory?
I think yes, but I don't know how to do, so I leave it as is and if someone got the problem and look a bit, he will find this bug report (until the php team change this) Nicolas
I cannot reproduce this with either PHP 4.3.10 or PHP 5.0.3.