Skip to content
Snippets Groups Projects
  1. Oct 24, 2016
  2. Oct 18, 2016
  3. Oct 14, 2016
  4. Oct 13, 2016
  5. Oct 12, 2016
  6. Oct 11, 2016
  7. Oct 07, 2016
  8. Oct 04, 2016
  9. Oct 03, 2016
    • Jaime Pérez's avatar
      Take advantage of ParseError in PHP 7. · ed76d125
      Jaime Pérez authored
      When we try to load a configuration file and there's a syntax error, PHP 7 will throw the new ParseError. We can take advantage of that to capture it and give the user a meaningful message back.
      
      This resolves #483.
      ed76d125
Loading