[PHP-WIN] RE: XDEBUG with 5.2.6, IIS 5.1, CGI

2009-02-16 Thread Herb Munson
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:\ph

[PHP-WIN] Re: XDEBUG with 5.2.6, IIS 5.1, CGI

2009-02-14 Thread Elizabeth M Smith
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;

[PHP-WIN] RE: XDEBUG with 5.2.6, IIS 5.1, CGI

2009-02-13 Thread Herb Munson
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 pro

[PHP-WIN] Re: XDEBUG with 5.2.6, IIS 5.1, CGI

2009-02-13 Thread Elizabeth M Smith
Herb Munson wrote: > Well, I'm now set up with CGI on my XP - IIS 5.1 - PHP 5.2.6 system. And > its much more fun now, it doesn't seem to be kicking off all those Access > Violations, as isapi did. Many thanks for that. > > > > But now where xdebug worked (on those rare occasions without acce