Error Reporting in PHP: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 May 2007

  • curprev 18:1018:10, 23 May 2007 Admin talk contribs 973 bytes +973 New page: ini_set('error_reporting', E_ALL); ini_set('display_errors', 1); ini_set('display_startup_errors', 1); If error_reporting is off in the php.ini file, the above will ONLY WORK if you do...