[xdebug-general] Re: Installing xDebug under IIS

From: Derick Rethans <derick[@]xdebug.org>
Date: Tue, 22 Sep 2009 09:17:28 -0700 (PDT)

Hello Mark,

On Tue, 22 Sep 2009, Mark Dixon wrote:

> I am considering using xdebug to help teach php to first year
> computing students (with NetBeans).
>
> I have IIS 5.1 running on a Windows XP laptop, with PHP v5.2.5
> installed. I am able to run php files.
>
> I have downloaded the php_xdebug-2.0.5-5.2.dll file from your
> web-site, and put it into the c:\php\ext folder. I have included the
> following in the c:\windows\php.ini file:
>
> zend_extension_ts="c:/php/ext/php_xdebug-2.0.5-5.2.dll"
> xdebug.remote_enable=on
> xdebug.remote_handler=dbgp
> xdebug.remote_host=localhost
> xdebug.remote_port=9000
>
> Unfortunately, the dll does not load (it is not listed in phpinfo
> data). Any suggestions would be most welcome.

It might be required that you don't use " around the path, like:

zend_extension_ts=c:/php/ext/php_xdebug-2.0.5-5.2.dll

There could also be an issue that you're using a non-thread-safe PHP
build, you can find that out by looking at the first section of
phpinfo(). I would also suggest to use the latest PHP 5.2 version
(5.2.11). Good luck!

with kind regards,
Derick

-- 
Like Xdebug? Send a postcard: http://derickrethans.nl/xdebug_2_released.php
Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org
twitter: @derickr and @xdebug
Received on Tue Sep 22 2009 - 18:17:43 BST

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