I have a little problem with PEAR. I'm running PHP in safe mode, so I get a message like
Code: Select all
WARNING: running in safe mode requires that all files created be the same uid as the current script. PHP reports this script is uid: 0, and current user is: rootCode: Select all
pear search <package>Code: Select all
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3735552 bytes) in /usr/lib/php/XML/RPC.php(750) : eval()'d code on line 730
Allowed memory size of 8388608 bytes exhausted (tried to allocate 0 bytes)Code: Select all
Installed packages:
===================
Package Version State
Archive_Tar 1.2 stable
Console_Getopt 1.2 stable
PEAR 1.3.4 stable
XML_RPC 1.1.0 stableThanks a lot,
Lars