jabarker1@gmail.com wrote:
Quote:
Hey everyone!
>
First thanks to those of you that try and help me with my problem
here. Okay, now on to the issue at hand.
>
My setup is as follows:
� OS: Ubuntu Gutsy (6.3)
� PHP: 5.2.3 as an Apache2 handler.
>
Okay, I've intalled the APD extension by pecl install apd and also by
downloading the source and compiling, neither working.
>
According to phpinfo() the extension is installed and the Zend engine
is showing that it contains the debugger, but everytime I try to run
my script and I throw in the trace function (apd_set_pprof_trace()) I
get the following:
>
Fatal error: Call to undefined function apd_set_pprof_trace()
>
Any help is much appreciated!
Ok, I know this is not the a proper answer to your question,
but both Xdebug and ZendDebugger are more mature and have greater user
base. So maybe it will be better to use one of those.
ADP is not actively developed, last version is almost 4 years old
(according to pecl).
You can install xdebug with pecl installer. you are also likely to find
that best php IDEs support xdebug or zenddebugger (or both).
best regards
Piotr N