Skip to content

Instantly share code, notes, and snippets.

@rolandinsh
Created October 21, 2012 13:01
Show Gist options
  • Save rolandinsh/3926886 to your computer and use it in GitHub Desktop.
Save rolandinsh/3926886 to your computer and use it in GitHub Desktop.
PHP error log and report
<?php
/* atkļūdošana PHP */
ini_set("log_errors","1");
ini_set("error_log","very_secret_log_file.txt");
ini_set("display_errors","0"); /* test enviroment = 1 */
error_reporting(E_ALL); /* http://lv1.php.net/function.error-reporting.php */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment