[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

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

2009-02-13 Thread Herb Munson
To try and understand why netBeans 6.5 (Build 20081111) spins its wheels trying to connect to xdebug, I ran sysinternals process monitor and included only events wherein the "process name" included "php". Rationale: I assume that if I run a project from netBeans, or use Mozilla to open http:/

Re: [PHP-WIN] PHP 4.4.9, Windows: php_openssl.dll is loaded, but https wrapper not found.

2009-02-13 Thread Jason Cipriani
On Wed, Feb 11, 2009 at 11:16 AM, wrote: > I've had similar issues with self-signed certificates and PHP 5.x. The way I > got around it was to install the cURL libraries and use code like this: > > $channel = curl_init(); > curl_setopt($channel, CURLOPT_SSL_VERIFYPEER, false); > curl_setopt($chan

[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