Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.15

Bug #14036 error when trying to upgrade
Submitted: 2008-06-01 02:22 UTC
From: ameshkin69 Assigned:
Status: Bogus Package: PEAR (version 1.7.2)
PHP Version: 5.2.1 OS: windows with WAMP
Roadmaps: 1.8.0alpha1    
Subscription  


 [2008-06-01 02:22 UTC] ameshkin69 (Amir Meshkin)
Description: ------------ This is a silly error I get when doing pear upgrade pear I am trying to install mail_mime, but i keep getting a message that says upgrade installer to 1.7.1 When I try, I get this error no matter what max memory limit in php.ini is set to. > Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 64 bytes) in /usr/share/php/PEAR/Registry.php on line 1012 > Allowed memory size of 8388608 bytes exhausted (tried to allocate 23 bytes) Test script: --------------- pear upgrade PEAR Expected result: ---------------- upgrade Actual result: -------------- > Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 64 bytes) in /usr/share/php/PEAR/Registry.php on line 1012 > Allowed memory size of 8388608 bytes exhausted (tried to allocate 23 bytes)

Comments

 [2008-06-01 06:11 UTC] doconnor (Daniel O'Connor)
Hey Amir, You've probably just got the wrong php.ini - WAMP tends to throw them all over the place. See http://www.en.wampserver.com/faq.php#q3 I'd suggest trying places like irc://irc.freenode.net/##php or similar for further help