[xdebug-general] Problems installing xdebug on Ubuntu 7.04
Greetings.
I'm a big fan of xdebug and I've met Derick last year @ PHPConference
Brazil. I've sadly lost his lecture about xdebug, which I believe is
the reason why I'm having a bad karma installing it =)
I've installed via PECL and everything was fine. Problem is the only
way I can get it to work is by adding this line to php.ini:
extension=xdebug.so
And then phpinfo tells me that it's installed, BUT not as a Zend
Extension...
If I try ANY other options, such as:
zend_extension=xdebug.so
zend_extension=/my_path/to/xdebug.so
zend_extension_ts=xdebug.so
zend_extension_ts=/my/path/to/xdebug.so
It doesn't show at all, neither in phpinfo() or php -m
I also want to use it in PHP CLI, so...
Any ideas on how can I solve this?
Oh, BTW:
Apache 2.2.3
PHP 5.2.1
Ubuntu 7.04 Feisty Fawn
TIA,
Received on Mon Jun 25 2007 - 02:22:37 BST
This archive was generated by hypermail 2.2.0
: Mon Jun 25 2018 - 06:00:04 BST