[xdebug-general] Re: xdebug V2.0.0RC2???

From: Derick Rethans <derick[@]xdebug.org>
Date: Tue, 26 Dec 2006 22:54:29 +0100 (CET)

On Tue, 26 Dec 2006, vuthecuong wrote:

> on freebsd 6.1 with php 5.2, firstly i unistalled xdebug 2 RC1 (that i
> installed from ports)
> than i install xdebug 2 RC2 by:
> pear install pecl/xdebug-beta.
> Installed ok.
> but in the output of phpinfo() it still said:
> with Xdebug v2.0.0RC1, Copyright (c) 2002, 2003, 2004, 2005, 2006, by Derick
> Rethans
>
> but from shell, typed "php -v" and the output is:
> PHP 5.2.0 with Suhosin-Patch 0.9.6.1 (cli) (built: Nov 12 2006 13:21:25)
> (DEBUG)
> Copyright (c) 1997-2006 The PHP Group
> Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
> with eAccelerator v0.9.5, Copyright (c) 2004-2006 eAccelerator, by
> eAccelerator
> with Xdebug v2.0.0RC2, Copyright (c) 2002, 2003, 2004, 2005, 2006, by
> Derick Rethans
>
>
> So my question is: what's wrong?

I think you either might have two different versions of a php.ini file
(you can check the "Configuration File (php.ini) Path" item in either
phpinfo() or "php -v" output); or your PHP as apache module is compiled
with different "Thread Safety" or "Debug Build" flags - you can check
that in phpinfo() or "php -v" output as well. Another clue might be that
you simply have to restart apache.

regards,
Derick

-- 
Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org
Received on Tue Dec 26 2006 - 22:54:36 GMT

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST