Can anyone help me get Xdebug working with the php-nts build?
I tried using the latest versions (PHP 5.2.5 and Xdebug 2.0.2) today, and
Xdebug loads fine if I use the thread-safe versions, but I get an error
"Cannot find php5ts.dll" if I try loading Xdebug on the php5-nts-win32
version. (I'm checking loaded moduled by using "php -m" on the command
line.)
Specifically:
If "Thread Safety" reads "disabled" in a phpinfo() call, then Xdebug does
not load.
I'm following the directions on http://xdebug.org/docs/install and my
php.ini contains either
zend_extension_ts=c:\php\ext\php_xdebug-2.0.2-5.2.5.dll
for the threaded version, or the line
zend_extension=c:\php\ext\php_xdebug-2.0.2-5.2.5.dll
for the non-thread safe version.
Any ideas or hints?
Received on Wed Nov 14 2007 - 19:05:01 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST