Skip to content

Commit

Permalink
Remove overriding the system PHP values
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyZhogov committed Oct 2, 2019
1 parent 488f108 commit ee7c118
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Lib/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/

// Display errors.
ini_set('display_errors', 'on');
// Reporting all.
error_reporting(E_ALL);

// Reset opcache.
if (function_exists('opcache_reset')) {
opcache_reset();
Expand Down

0 comments on commit ee7c118

Please sign in to comment.