mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-13 02:02:58 +08:00
This makes php output more specific error messages. The format is the normal one ALE expects, but on some systems ALE does not work with PHP unless the display_errors=1 option is used. Without that option php will only output a generic message without a line number like "Errors parsing index.php"