php-windows Digest 14 Feb 2009 11:25:38 -0000 Issue 3576

Topics (messages 29185 through 29186):

Re: XDEBUG with 5.2.6, IIS 5.1, CGI
        29185 by: Herb Munson

Old version
        29186 by: mattias

Administrivia:

To subscribe to the digest, e-mail:
        php-windows-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-windows-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-wind...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
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


-----Original Message-----
From: Elizabeth M Smith [mailto:auroraeosr...@gmail.com] 
Sent: Friday, February 13, 2009 7:12 AM
To: php-wind...@lists.php.net
Subject: Re: XDEBUG with 5.2.6, IIS 5.1, CGI

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 access
> violations) - nada.  NetBeans tries to load xdebug, and tries and tries,
and
> nothing good happens (it doesn't connect).
> 
>  
> 
> I'm using php_xdebug-2.0.4-5.2.8-nts.dll, corresponding to the download
link
> "5.2 VC6 Non-thread-safe". Looks right to me, but what do I know.  (Yup,
the
> ini file points to this replacement for the ts version I used before, and
> the 4 xdebug parameters are set.)  If the dll isn't the problem, there
> doesn't seem to be much more that could be wrong.  So simple, yet I've
> screwed it up.
> 
>  
> 
> Any suggestions?  It would REALLY be nice to have a debugger.  Banging my
> head against the wall is starting to hurt quite a bit.
> 
> 

As the Xdebug docs mention:

If you're loading it as a zend module remember to use
zend_extension=/path/to/xdebug NOT
zend_extension_ts=/path/to/xdebug

or it'll never load (since you're using the non-thread safe version)

Thanks,
Elizabeth


--- End Message ---
--- Begin Message ---
Where to find old php for windows versions?


--- End Message ---

Reply via email to