Peeking in the Member Window 
Joined: 2011/4/30
From
Posts: 20
|
Hello Everyone,
I'm still a Centos (or rather linux) newbie, even tho i try to get problems solved on my own, this one is smth i can't handle.
I installed Xdebug from many sources including pear pecel smth like command.
Compiled it with" phpize, ./configure (with and without --enable-xdebug option), make, makte test, make install.
After my compiled xdebug.so was put into php modules directory i tried to add it to php.ini as well as php.d/xdebug.ini
Tried with: in php.ini (top, middle, bottom part of file) and php.d/xdebug.so zend_extension = path/modules/xdebug.so zend_extension_ts = path/modules/xdebug.so zend_extension_nts = path/modules/xdebug.so
Only way i made work xdebug somehow was with standard extension = xdebug.so
However: 1st, It is not best solution, since it for modules that override php core zend_extension variant should be used. 2nd, it works, makes profiles (BUT NOT ALWAYS), but shouts an error that it should be included by zend_extension
So, what are your experiences with this module? Anyone who made it work with zend_extension load directive?
Any help or light on this subject is much appreciated.
PS:PHP and everything else is up-to-date on centos 5.6
|