Skip to content

Instantly share code, notes, and snippets.

@sourov-am
Created May 24, 2024 03:07
Show Gist options
  • Save sourov-am/0b2a5d0ca2730fe4c9fe924e4ea8d062 to your computer and use it in GitHub Desktop.
Save sourov-am/0b2a5d0ca2730fe4c9fe924e4ea8d062 to your computer and use it in GitHub Desktop.
PHP error log path
ini_set("log_errors", 1);
ini_set("error_log", __DIR__ . "/php-error.log");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment