[xdebug-general] Re: getting xdebug to work on windows

From: Derick Rethans <derick[@]xdebug.org>
Date: Wed, 30 Mar 2005 17:42:48 -0500 (EST)

On Thu, 31 Mar 2005, Hendy Irawan wrote:

> > > Anyways, is there a solution on this? If I change "extension=" to
> > > "zend_extension=", PHP behaves as if xdebug isn't loaded at all. It
> > > doesn't even display an error message. It happens on PHP 5.0.3 both on
> > > my Windows XP and my Linux server.
> >
> > Are you using the full path to the extension?
> >
> > PS.: Please always cc the mailinglist...
>
> Well:
>
> ; hendy's
> extension=php_bz2.dll
> extension=php_curl.dll
> extension=php_gd2.dll
> extension=php_mysql.dll
> extension=php_mbstring.dll
> zend_extension=C:/php/ext/php_xdebug.dll
> extension=php_zip.dll
>
> Nothing (phpinfo shows nothing about xdebug, should it?)... Did I
> mistype anything?

You will probably need this:
zend_extension_ts=C:/php/ext/php_xdebug.dll

Depends if your PHP is compiled with Tread Safe enabled or not.

> (BTW, removing "zend_", and even removing the absolute path works...
> And where can I find documentation regarding "zend_extension"? What's
> the difference between that and regular extension?)

There's no real docs - Zend extensions have some extra hooks which
Xdebug needs to do single stepping while debugging, and to provide code
coverage.

regards,
Derick

-- 
Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org
Received on Thu Mar 31 2005 - 00:43:26 BST

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