Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] Debug output buffer

Just for the reference, PHP itself had output buffering configured in my dev environment.

I disabled it in php.ini and the output is now progressive =)

Thank you.

On Wed, May 29, 2013 at 1:16 PM, Nilo César Teixeira <nilo.teixeira@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi all,

I am currently debugging an wordpress application, and I found that Debug output only displays echoed content at the very end of the session.

I don't think Wordpress is configured for output buffer caching like ob_start() etc.

Have anyone else faced this ?

Thanks for your time.

--
Nilo César Teixeira
nilo.teixeira@xxxxxxxxxxxxxxxxxxxxxxxxx

Impulse Soluções em Informática
(55) (11) 98571-5314




--
Nilo César Teixeira
nilo.teixeira@xxxxxxxxxxxxxxxxxxxxxxxxx

Impulse Soluções em Informática
(55) (11) 98571-5314


Back to the top