Skip to content

Instantly share code, notes, and snippets.

@pecuchet
Last active October 25, 2018 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pecuchet/06b38e742f4226e0fb89635dc380a2bc to your computer and use it in GitHub Desktop.
Save pecuchet/06b38e742f4226e0fb89635dc380a2bc to your computer and use it in GitHub Desktop.
<?php
error_reporting(E_ALL);
ini_set('display_errors', 0);
ini_set('log_errors', 1);
ini_set('error_log', __DIR__ . '/logs/php-error.log');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment