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
    • Jaime Pérez's avatar
      bugfix: Allow exception messages different than "You have not yet created the... · 3d80866b
      Jaime Pérez authored
      bugfix: Allow exception messages different than "You have not yet created the SimpleSAMLphp configuration files.".
      
      Right now, that's the only error message that you will ever get if something goes wrong with the configuration, no matter what. The message should not be hardcoded, but use the one from the captured exception instead.
      3d80866b
Loading