From: "Herb Munson" on

Looking for multiple php installations was a good idea, but doesn't look
that's the problem. "Procmon" shows that the only successful registry
requests for php.ini were those for c:/windows/php.ini, and the only "load
image" requests for images containing the string "php" were for images in
C:\php\. The only php exe that was loaded was c:\php\php-cgi.exe.

The netbeans install did load a ton of php stuff, but as far as I can tell
(using procmon) it is unused. (installing Eclipse did the same thing.)

So the netBeans debugger still does not load, and I still am stuck. (I no
longer think php5ts.dll is a problem; I suspect the other dll's simply set
things up to load php5ts, which is nearly 5meg while the others are about
40kb)

-----Original Message-----
From: Elizabeth M Smith [mailto:auroraeosrose(a)gmail.com]
Sent: Saturday, February 14, 2009 10:55 AM
To: php-windows(a)lists.php.net
Subject: Re: XDEBUG with 5.2.6, IIS 5.1, CGI

Herb Munson wrote:
> Right, I'm using
>
> zend_extension = C:\php\ext\php_xdebug-2.0.4-5.2.8-nts.dll
>
> I just posted the results of some experiments with procmon - along with
the
> pertinent entries in my ini file. Incidentally, Procmon shows that
> php-cgi.exe seems to load php5ts.dll; what's up with that?? From procmon:
>
> Proess PID Operation Path Result
> php-cgi.exe 5864 Load Image C:\php\php5ts.dll
> SUCCESS
>
>
> Hmmm. Does php-cgi.exe know to look for the non-ts extension? Could you
> not have both keyword assignments in the ini, and let php take the one it
> needs?
>
> Anyway, thank you for the response, and I'll keep bashing away at this...
>
> Herb
>

If it's trying to load php5ts.dll I suspect that your IDE has it's own
install of PHP somewhere (fun fun)

Do a search for php-cgi.exe on your system and see how many hits you are
getting. You can have a LOT of different php's installed simultaneously
which can be both helpful and confusing (heh, I think I have 16 on this
test box here - ugh)

Really I haven't had any luck getting debugging working on windows with
PHP with any IDE but Komodo ;) So - good luck!

Thanks,
Elizabeth