NYCPHP Meetup

NYPHP.org

[nycphp-talk] Turning on all warnings, error reporting, collecting debugging info ...

Michael B Allen ioplex at gmail.com
Sun Aug 17 16:55:12 EDT 2008


Currently I'm using the following:

  error_reporting(E_ALL|E_STRICT);

at the top of my bootstrap.

Is there anything else I can do to increase warnings and error reporting?

I use vim+Linux and stock PHP packages. Is there something that
everyone uses or should use on the server side when writing PHP?

I think I had xdebug enabled on my old machine but I did not notice
much of a difference aside from the appearance of stack traces.

Mike



More information about the talk mailing list