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_t race()
Any help is much appreciated!
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_t race()
Any help is much appreciated!
Comment