On Feb 4, 2008 4:06 AM, Mad Unix <[EMAIL PROTECTED]> wrote:
> I can not install FileInfo... any help
[snip]
Note this line:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to....
Update the php.ini to use more than 8MB. (See `memory_limit`)
While you're at it, you may want to update your
`max_execution_time` and `max_input_time`, but those shouldn't be
factors here. Just something else you may run across.
Whatever you do, if it's a production box, be sure to set
reasonable limits, or else you open yourself up for far worse problems
than not being able to install a module.
--
</Dan>
Daniel P. Brown
Senior Unix Geek
<? while(1) { $me = $mind--; sleep(86400); } ?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php