Skip to content

Instantly share code, notes, and snippets.

@karlazz
Created December 27, 2013 21:14
Show Gist options
  • Select an option

  • Save karlazz/8152691 to your computer and use it in GitHub Desktop.

Select an option

Save karlazz/8152691 to your computer and use it in GitHub Desktop.
Turn on error log for this php script.
ini_set("log_errors", 1);
ini_set("error_log", "php-error.log");
error_log( "Hello, errors!" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment