I did what you recommended i get the same erorr ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 3600 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data memory_limit = 64M ; Maximum amount of memory a script may consume [root@linux4 ~]# pecl install Fileinfo downloading Fileinfo-1.0.4.tgz ... Starting to download Fileinfo-1.0.4.tgz (5,835 bytes) .....done: 5,835 bytes Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 92160 bytes) in /usr/share/pear/PEAR/Builder.php on line 173 On Feb 4, 2008 8:10 AM, Daniel Brown <parasane@xxxxxxxxx> wrote: > On Feb 4, 2008 4:06 AM, Mad Unix <madunix@xxxxxxxxx> 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); } ?> > -- madunix