Felix,
If you're using a non-thread safe environment, you shouldn't use
zend_extension_ts but zend_extension instead.
I had the same issue with apache, and this fixed it.
Hope you're as lucky as I was. :)
Thiago Henrique Pojda
Tecnologia
Tel: 41 - 3311.7718
Site: www.midiadigital.com.br
Interatividade gerando resultados
"Não basta clicar, tem que converter"
-----Mensagem original-----
De: xdebug-general-bounce[@]lists.xdebug.org
[mailto:xdebug-general-bounce[@]lists.xdebug.org] Em nome de Felix Rabinovich
Enviada em: domingo, 20 de julho de 2008 18:40
Para: Derick Rethans
Cc: xdebug-general[@]lists.xdebug.org
Assunto: [xdebug-general] Re: Xdebug not working with IIS 7.0
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-o
n-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 Mon Jul 21 2008 - 14:26:22 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST