now shows fatal error message (if possible)
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
<?php
|
||||
ini_set('log_errors', 0);
|
||||
ini_set('display_errors', 1);
|
||||
|
||||
/**
|
||||
* PHP Sandbox: https://github.com/MightyPork/php-sandbox
|
||||
*/
|
||||
|
||||
ini_set('log_errors', false);
|
||||
ini_set('display_errors', true);
|
||||
ini_set('display_startup_errors', true);
|
||||
ini_set('display_not_found_reason', true);
|
||||
ini_set('display_exceptions', true);
|
||||
ini_set('html_errors', false);
|
||||
|
||||
error_reporting(E_ALL | E_STRICT);
|
||||
|
||||
// --- Handle config ---
|
||||
|
||||
Reference in New Issue
Block a user