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
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:/
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
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