[xdebug-general] Re: Xdebug 2.0.4-5.3.0 not loading in PHP 5.3

From: Jason Riffel <jason[@]cipreporting.com>
Date: Thu, 12 Mar 2009 15:03:46 -0400

I think the INI key of 'zend_extension_debug' is reserved for debug
builds of PHP, in the case of a retail build of PHP which you most
likely have unless your building your own PHP distro you would use
'zend_extension' and even more likely is 'zend_extension_ts' for thread
safe which PHP under a web server runs as.

Hope that helps!

Jason Riffel
President - CIP Reporting by intuitWare
http://www.cipreporting.com
703-444-9955 (office)
703-898-1243 (cell)

David M. Patterson wrote:
> Ok. Been tearing my hair out for a while on this one now.
>
> Environment:
> - Windows XP SP3
> - PHP 5.3-200903031530 (snapshot), debug build
> - XDebug 2.0.4-5.3.0-vc6[-nts]
>
> Relevant php.ini entries:
> - error_reporting = E_ALL
> - display_errors = On
> - display_startup_errors = On
> - zend_extension_debug=c:/php/libs/php_xdebug-2.0.4-5.3.0-vc6.dll
> or
> - zend_extension_debug=c:/php/libs/php_xdebug-2.0.4-5.3.0-vc6-nts.dll
>
> php -c /path/to/php.ini -i shows no xdebug
>
> No errors are reported
>
> If I do
> php -c /path/to/php.ini
> and then look at the process with ProcessExplorer from SysInternals,
> it shows php.exe, php_curl.dll, php_exif.dll, php_mbstring.dll, and
> php5ts_debug.dll. No trace of the php_xdebug DLL.
>
> There must be some basic mistake that I've made.
>
> Suggestions?
>
> Thanks in advance!
> Dave
>
>
>
>
>
Received on Thu Mar 12 2009 - 20:14:23 GMT

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST