On Mon, 22 Sep 2008, Popa Gerald wrote:
> Compiling it is not really an option so I went for:
> Code:
>
> pecl install xdebug
>
> It all went fine until:
> Code:
>
> Build process completed successfully
> Installing '/usr/lib/php/modules/xdebug.so'
>
> Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
> allocate 119 bytes) in /usr/lib/php/pear/PEAR/PEAR/Registry.php on
> line 1061
>
> Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
> allocate 40 bytes) in /usr/lib/php/pear/PEAR/PEAR.php on line 776
>
> Which is weird because as far as I am aware of the Allowed memory size is
> controlled by PHP. So I went and modified php.ini and increased the
> allowed_memory but still it gave me the same error.
This is a problem with older PEAR installs. You can either try to
upgrade pear yourself with "pear upgrade pear" - but if that doesn't
work, download the source and compile it yourself following the
instructions here: http://xdebug.org/docs/install#compile
regards,
Derick
-- Like Xdebug? Send a postcard: http://derickrethans.nl/xdebug_2_released.php Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.orgReceived on Mon Sep 22 2008 - 11:06:16 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST