[xdebug-general] Re: xdebug and php5

From: Derick Rethans <derick[@]xdebug.org>
Date: Sun, 21 Nov 2004 18:57:54 +0100 (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 2004 - 18:57:56 GMT

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