Connecting Tech Pros Worldwide Help | Site Map

Help for PEAR

Paul Lautman
Guest
 
Posts: n/a
#1: Jun 2 '08
I am trying to install the PEAR packageSpreadsheet_Excel_Writer using the
command:
pear install Spreadsheet_Excel_Writer
and I'm getting the error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 35 bytes) in C:\wamp\php\PEAR\System.php on line 255

I've seen suggestions to use:
peardev install Spreadsheet_Excel_Writer
but that just seems to hang there.

Any suggestions as to the best place to post for assistance on this?


NC
Guest
 
Posts: n/a
#2: Jun 2 '08

re: Help for PEAR


On Apr 14, 3:35 pm, "Paul Lautman" <paul.laut...@btinternet.com>
wrote:
Quote:
>
I am trying to install the PEAR packageSpreadsheet_Excel_Writer using
the command:
pear install Spreadsheet_Excel_Writer
and I'm getting the error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 35 bytes) in C:\wamp\php\PEAR\System.php on line 255
Note that 8388608 bytes is exactly 8 megabytes, so I would suspect
that
memory_limit is to blame. Open your php.ini and increase the current
value of memory_limit from its current setting "8M" to, say, "32M".
That should take care of your problem.

Cheers,
NC
Captain Paralytic
Guest
 
Posts: n/a
#3: Jun 2 '08

re: Help for PEAR


On 15 Apr, 00:43, NC <n...@iname.comwrote:
Quote:
On Apr 14, 3:35 pm, "Paul Lautman" <paul.laut...@btinternet.com>
wrote:
>
>
>
Quote:
I am trying to install the PEAR packageSpreadsheet_Excel_Writer using
the command:
pear install Spreadsheet_Excel_Writer
and I'm getting the error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 35 bytes) in C:\wamp\php\PEAR\System.php on line 255
>
Note that 8388608 bytes is exactly 8 megabytes, so I would suspect
that
memory_limit is to blame. Open your php.ini and increase the current
value of memory_limit from its current setting "8M" to, say, "32M".
That should take care of your problem.
>
Cheers,
NC
It is set at 100M. PEAR ignores the php.ini file. PEARDEV is supposed
to honour it.
Closed Thread