I have installed Advanced PHP Debugger (APD) in Fedora core 5, it seemed installation is sucessful.
and I modified the php.ini to put the absolute path of apd.so inside it.
But when I added "apd_set_pprof_trace();" into a test php script.
it displayed an error message:
Fata error: Call to undefined function aped_set_pprof_trace() in /path/test.php on line 2
Does anyone know what is the reason to cause it that? Thanks
Problem with using APD
Moderator: General Moderators
Thanks for replying.
I added the following in php.ini:
zend_extension=/path/apd.so #path is the absolute path of apd.so in my machine.
apd.dumpdir=/tmp/trances
apd.statement_trace = 0
By the way, do I need to install zend_extension to make it work?
I didn't see any other zend_extension that mentioned in php.ini
I did restart the apache for several times after that.
I added the following in php.ini:
zend_extension=/path/apd.so #path is the absolute path of apd.so in my machine.
apd.dumpdir=/tmp/trances
apd.statement_trace = 0
By the way, do I need to install zend_extension to make it work?
I didn't see any other zend_extension that mentioned in php.ini
I did restart the apache for several times after that.
Thanks feyd, I have tried to install APD for almost 2 days, I could see it in phpinfo, but I still got that error message, it seems a lot of people getting same errors when I searched it on google, but only few solutions could be found and none of them works so far.
I have installed Xdebug,too, but no sure how to use it, its document seems a bit complicate.
Does anyone know any articles that have some simple tutorials about it?
I have installed Xdebug,too, but no sure how to use it, its document seems a bit complicate.
Does anyone know any articles that have some simple tutorials about it?