[xdebug-general] Re: xdebug and php5

From: Derick Rethans <derick[@]xdebug.org>
Date: Sun Nov 21 2004 - 18:57:54 CET

On Tue, 16 Nov 2004, Christian Jul Jensen wrote:

> I use ver 0.7.0 of debugclient.

That is fine, but you need to use version 0.8.0 if you want to use
Xdebug 2.0.0beta1 (that's in the debugclient/ directory in the tarball).

> > > I also tried getting the source for version 2.0.0beta1, and it compiled
> > > without problem, but php does recognize the module.
> >
> > Please provide more information, for example the error message.
>
> Of course, sorry. I didn't look in the apache log files for errors, it
> was pretty late...
>
> Here you go:
>
> Failed
> loading /usr/local/lib/php/20040412/xdebug.so: /usr/local/lib/php/20040412/xdebug.so: undefined symbol: OnUpdateInt

This means you are loading an extension compiled for PHP 4.x into PHP
5.x. You probably didn't do "make install" in the PHP source directory
before running 'phpize' in the Xdebug source directory; or you have
multiple versions of phpize and/or the PHP headers installed.

regards,
Derick

-- 
Xdebug | http://xdebug.org | xdebug-general[@]lists.xdebug.org
Received on Sun Nov 21 18:57:56 2004

This archive was generated by hypermail 2.1.8 : Wed Jan 07 2009 - 19:00:15 CET