tomtom / checksyntax_vim

Check a file's syntax when saving a file (php, ruby, tex ...) with vim
http://www.vim.org/scripts/script.php?script_id=1431
GNU General Public License v3.0
94 stars 9 forks source link

force php to display errors, even when in production mode #8

Closed artnez closed 12 years ago

artnez commented 12 years ago

Production PHP configurations typically prevent errors from being sent to output by setting the error_reporting and display_errors INI settings.

This commit forces the php lint check to display all syntax errors.