php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37858 Pear Error:Allowed memory with symfony-0.6.2 install
Submitted: 2006-06-20 07:29 UTC Modified: 2006-06-20 09:04 UTC
From: webmaster at detectomania dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.1.4 OS: debian testing
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: webmaster at detectomania dot com
New email:
PHP Version: OS:

 

 [2006-06-20 07:29 UTC] webmaster at detectomania dot com
Description:
------------
trying to install symfony framework (symfony-0.6.2.tgz and symfony-0.7.1475.tgz ) in PHP 5.1.4-0.1 (cli) (built: Jun 13 2006 21:46:20)(debian testing packaged) with PEAR Version: 1.4.9, it drops this error: 

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 256 bytes) in /usr/share/php/PEAR/Installer.php on line 781

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /usr/share/php/PEAR.php on line 766

When I have test it with PEAR Version: 1.4.9 and PHP Version: 5.0.0 ant it doesn?t occurs

Installed packages, channel pear.php.net:
=========================================
Package                 Version     State
Archive_Tar             1.3.1       stable
Benchmark               1.2.6       stable
Console_Getopt          1.2         stable
Console_Table           1.0.4       stable
HTML_Common             1.2.2       stable
HTML_QuickForm          3.2.5       stable
PEAR                    1.4.9       stable
PEAR_PackageFileManager 1.5.3       stable
PHPUnit2                2.3.6       stable
PHP_CompatInfo          1.0.2       stable
VersionControl_SVN      0.3.0alpha1 alpha
XML_Beautifier          1.1         stable
XML_Parser              1.2.7       stable
XML_RPC                 1.4.8       stable
XML_Tree                1.1         stable
XML_Util                1.1.1       stable
phing                   2.1.1       stable






Reproduce code:
---------------
/usr/bin/pear install symfony/symfony

Actual result:
--------------
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 41 bytes) in /usr/share/php/PEAR/Common.php on line 279

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /usr/share/php/PEAR.php on line 766

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-20 09:04 UTC] tony2001@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 11:01:33 2024 UTC