Advanced PHP Debugger
  Home FAQ Contact Sign in
php.dev only
 
Advanced search
POPULAR GROUPS

more...

php.dev Profile…
 Up
Advanced PHP Debugger         


Author: jabarker1
Date: Jul 6, 2008 17:21

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!
7 Comments
Re: Advanced PHP Debugger         


Author: TWayne
Date: Jul 6, 2008 17:39

> 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:
>
no comments
Re: Advanced PHP Debugger         


Author: Jerry Stuckle
Date: Jul 6, 2008 17:49

TWayne wrote:
>> 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()
>> ...
Show full article (1.04Kb)
no comments
Re: Advanced PHP Debugger         


Author: jabarker1
Date: Jul 6, 2008 18:03

On Jul 6, 5:39 pm, "TWayne" devnull.spamcop.net> wrote:
>> 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()
> ...
Show full article (0.97Kb)
no comments
Re: Advanced PHP Debugger         


Author: Joff
Date: Jul 7, 2008 03:32

I know this may seem like a silly response but have you double checked
your code and made sure there are no errors in that...

If that fails try removing apache and addons and then start again, I
had a similar problem trying to get ioncube to work but a reinstall of
apache fixed it
no comments
Re: Advanced PHP Debugger         


Author: Twayne
Date: Jul 7, 2008 04:04

> On Jul 6, 5:39 pm, "TWayne" devnull.spamcop.net> wrote:
>>> 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:
>>>
no comments
Re: Advanced PHP Debugger         


Author: John Barker
Date: Jul 7, 2008 13:02

On Jul 7, 3:32 am, Joff gmail.com> wrote:
> I know this may seem like a silly response but have you double checked
> your code and made sure there are no errors in that...
>
> If that fails try removing apache and addons and then start again, I
> had a similar problem trying to get ioncube to work but a reinstall of
> apache fixed it

Well, for debugging purposed I have made the script as simple as I can
possibly get by simply just including the apd_set_pprof_trace()
function simply followed by a echo 'test';

I haven't tried rebuilding Apache so I may try that next, but for some
reason I have a sense that it won't work. I have read elsewhere that
APD has been kind of buggy with PHP5, but the most recent release of
APD was supposed to fix this. Hrmm. Thanks for the replies guys!

@Twayne - No worries!

Cheers,
John
no comments
Re: Advanced PHP Debugger         


Author: Piotr
Date: Jul 8, 2008 06:48

jabarker1@gmail.com wrote:
> 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()
> ...
Show full article (1.16Kb)
no comments