PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR » Bug #3326

pear list-all results in memory exhausted

Details

Submitted2005-01-29 18:01 UTC
Fromtick at tick dot dk
StatusBogus
PackagePEAR
PHP Version5.0.3
OSFreeBSD 5.3
Roadmaps(Not assigned)

Comments

[2005-01-29 18:01 UTC] tick at tick dot dk

Description:
------------
pear list
Installed packages:
===================
Package Version State
Archive_Tar 1.2 stable
Console_Getopt 1.2 stable
DB 1.6.8 stable
Net_CheckIP 1.1 stable
PEAR 1.3.4 stable
XML_RPC 1.2.0RC6 beta

pear config-show
Preferred Package State preferred_state stable

OS: FreeBSD 5.3-RELEASE-p5

PHP-version: PHP 5.0.3 (cli) (built: Jan 20 2005 02:31:23)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.3, Copyright (c) 1998-2004 Zend Technologies

php -i | grep ini
Configuration File (php.ini) Path => /usr/local/etc/php.ini

grep memory /usr/local/etc/php.ini
memory_limit = 32M

But still:

pear list-all

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3735552 bytes) in XML/RPC.php(1203) : eval()'d code on line 760
Allowed memory size of 8388608 bytes exhausted (tried to allocate 0 bytes)

Is this a bug in pear, or is it php ?

php does read the ini-file because the output of php -i tells me that the memory limit is 32M which is what ive set in the ini-file.

[2005-01-29 18:05 UTC] pierre at dotgeek dot org

Thank you for taking the time to write to us, but this is not
a bug.

Please read the php manual about memory limit.