PeeHaa / php-net-tutorial

Proposal for a new php.net tutorial / getting started guide
21 stars 3 forks source link

error_reporting -> debuggin topic #8

Open PeeHaa opened 12 years ago

PeeHaa commented 12 years ago

Convert and expand the error_reporting topic to a basic debugging topic

philip commented 12 years ago

Something to consider: Has xdebug become a standard in the PHP world? We could refer to it, especially considering it's a PECL extension. Unfortunately it is not documented at php.net though, which limits our ability to promote its use.

And worth noting: setting display_errors at runtime will not work when syntax errors are present.