Re: Re: I need Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Dec 29, 2014 at 6:03 PM, Rolando Titiosky <
rolando.titiosky@xxxxxxxxx> wrote:

> Hello, I need a PHP Debug system where no need to insert external code to
> my
> source code, and so to study or understand the process flow php
> applications
> built by third parties (Open Source)
>
> Thanks in advance
>
>
> --------------------
> Rolando <http://www.linkedin.com/in/rolandotitiosky>
> http://rolandotitiosky.blogspot.com/
> -----------------------------------------------------------------
> no imprima este correo: cuidemos la Naturaleza
>
> 2014-12-29 19:50 GMT-03:00 Christoph Becker <cmbecker69@xxxxxx>:
>
> > Rolando Titiosky wrote:
> >
> > > Hello, I need a PHP Debug system where no need to insert external code
> to
> > > my source code, and so to study or understand the process flow php
> > > applications built by third parties (Open Source)
> > >
> > > Thanks in advance
> >
> > php-webmaster@xxxxxxxxxxxxx is for discussing and maintaining the
> > php.net web infrastructure; security@xxxxxxx is for discussing security
> > issues related to the PHP language and the php.net site.
> >
> > For *support* requests write to php-general@xxxxxxxxxxxxx, the Usenet
> > group comp.lang.php, or another support forum.
> >
> > See also <http://php.net/support.php>.
> >
> > HTH
> >
> > --
> > Christoph M. Becker
> >
>

Unless you are talking about the built in php's print_r, echo, var_dump
methods, you will need external code to enable debugging. I recommend you
use xdebug:

http://xdebug.org/

Which will enable you to generate cachegrind files that you can use to see
how functions perform, how many times, etc..

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux