[xdebug-general] Re: Xdebug not working with IIS 7.0

From: Felix Rabinovich <Felix[@]Rabinovich.org>
Date: Sun, 20 Jul 2008 14:40:29 -0700

Derick,

No, I am using a non-thread safe with IIS/FastCGI. According to
Microsoft
(http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis7/),

It is recommended to use a non-thread safe build of PHP with IIS 7.0
FastCGI. Non-thread safe build of PHP provides significant performance
gains over the standard build by not doing any thread-safety checks,
which are not necessary, since FastCGI ensures a single threaded
execution environment. **That's a change from IIS 6.

Does it impact xdebug behavior?

Thanks
Felix

Derick Rethans wrote:
> On Sun, 20 Jul 2008, Felix Rabinovich wrote:
>
>
>> There are several components that are fairly new - FastCGI came out only
>> recently as part Win2008 and Vista SP1. And, of course 64-bit. Has anybody got
>> this running in similar environment? By the way, I got xdebug working fine on
>> Fedora 64bit (whatever came from Fedora repositories), feeding into Komodo
>> running on my Windows machine. But I need to get this IIS going, and so far I
>> am stuck :(
>>
>
> Are you using the Thread Safe build for Windows? (Should be mentioned at
> the top of phpinfo() somewhere -- make sure you check that for IIS, and
> not Apache).
>
> regards,
> Derick
>
>
Received on Sun Jul 20 2008 - 23:43:06 BST

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