Skip to content

Instantly share code, notes, and snippets.

@steinmb
Created August 11, 2013 15:20
Show Gist options
  • Save steinmb/6205332 to your computer and use it in GitHub Desktop.
Save steinmb/6205332 to your computer and use it in GitHub Desktop.
Sublimetext 2 PHP build system config
{
"cmd": ["php", "-d", "error_prepend_string=''", "-d", "error_append_string=''", "-d", "xdebug.default_enable='Off'", "-f", "$file"],
"file_regex": ".*(?: in )(.*) on line ([0-9]*)",
"selector": "source.php"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment