[xdebug-general] Re: Grrr

From: Derick Rethans <derick[@]xdebug.org>
Date: Tue, 3 Oct 2006 13:59:54 +0200 (CEST)

On Tue, 3 Oct 2006, Marcus Bointon wrote:

> which installs in /usr/local/lib/php/extensions/debug-non-zts-20050922
>
> In my php.ini:
> zend_extension=/usr/local/lib/php/extensions/debug-non-zts-20050922/xdebug.so

This contradicts itself... the directory name includes "debug" which
means the extension was compiled for a PHP version with debug
information. That is noted in the headers and utilities that are
installed when you do "make install".

However, you use zend_extension (without _debug) to load this extension
and that will not work. You should use zend_extension_debug here.
The message that you see does not come from zend extension loading, but
from the normal loading. Do you have another line in your php.ini
perhaps?

And is your PHP really compiled in debug mode? (Provide phpinfo() or
"php -i" output).

PS: Please keep CC-ing the mailinglist.

regards,
Derick

-- 
Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org
Received on Tue Oct 03 2006 - 14:00:13 BST

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