Skip to content

Instantly share code, notes, and snippets.

@rahuls360
Created January 17, 2019 09:21
Show Gist options
  • Save rahuls360/7fdb98064e83451d90a8ca40dfb80f6c to your computer and use it in GitHub Desktop.
Save rahuls360/7fdb98064e83451d90a8ca40dfb80f6c to your computer and use it in GitHub Desktop.
php error log new
ini_set ('display_errors', 'on');
ini_set ('log_errors', 'on');
ini_set ('display_startup_errors', 'on');
ini_set ('error_reporting', E_ALL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment