Recently, I ran into an error while attempting to install a PECL package on a Redhat 5.3 64bit server. —- Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 23040 bytes) in /usr/share/pear/PEAR/Builder.php on line 263 —- I checked the memory limit setting in /etc/php.ini and it was set for 16M so [...]