Xdebug MUST be loaded as a Zend extension
Added by spflanze over 14 years ago
In php.ini I have:
zend_extension = /usr/lib/php5/20060613+lfs/xdebug.so
to load xdebug. This path to xdebug.so is the one found using the "find -name xdebug.so" command.
The php.ini file I have this in is the same as given by phpinfo().
Also phpinfo() indicates thread safety is not enabled so I am not using "zend_extension_ts".
The XDebug category does show up in phpinfo() which indicates it has loaded.
I am getting the message:
Xdebug MUST be loaded as a Zend extension in Unknown on line 0
I do not know what, if anything, I should do about this message.
OS: Debian Lenny.
PHP version: 5.2.14-0.dotdeb.0
Server Version: lighttpd/1.4.28
Replies (1)
RE: Xdebug MUST be loaded as a Zend extension - Added by Olaf-van-der-Spek over 14 years ago
Try a PHP forum...