Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CB9TOIIIA/00c47e442e1fc672e812 to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/00c47e442e1fc672e812 to your computer and use it in GitHub Desktop.
Включение error.log
ini_set("log_errors", 1);
error_reporting(E_ALL);
ini_set("display_errors", 1);
ini_set('error_log','my_file.log');
ini_set("log_errors", 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment