On Fri, 23 Apr 2010, Henrik Skov wrote:
> /tmp/xdebug # php -v
> Xdebug requires Zend Engine API version 220060519.
> The Zend Engine API version 220090626 which is installed, is newer.
> Contact Derick Rethans at http://xdebug.org for a later version of Xdebug.
>
> PHP 5.3.2 (cli) (built: Apr 15 2010 20:48:12)
> Copyright (c) 1997-2010 The PHP Group
> Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
> with Xdebug v2.1.0rc2-dev, Copyright (c) 2002-2010, by Derick Rethans
> with eAccelerator v0.9.6, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
>
>
> Am I doing anything wrong ?
I think you're trying to load Xdebug twice. Once the correct version,
and once the incorrect version. Could you run the following to find out
whether that happens? :
$ strace -eopen php -v 2>&1 | grep xdebug
cheers,
Derick
-- Like Xdebug? Consider a donation: http://xdebug.org/donate.php Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org twitter: @derickr and @xdebugReceived on Fri Apr 23 2010 - 19:26:28 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST