Skip to content

Commit

Permalink
Comment set_error_handler, rewrite error handling lately
Browse files Browse the repository at this point in the history
  • Loading branch information
wi1dcard committed Dec 5, 2018
1 parent ed8b2c9 commit 8747eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
define('SMPROXY_VERSION', IN_PHAR ? '@phar-version@' : absorb_version_from_git());

// Set global error handler
set_error_handler('_error_handler', E_ALL | E_STRICT);
// set_error_handler('_error_handler', E_ALL | E_STRICT);

// Check requirements - PHP
if (version_compare(PHP_VERSION, '7.0', '<')) {
Expand Down

0 comments on commit 8747eb3

Please sign in to comment.