Skip to content
Snippets Groups Projects
  1. Mar 16, 2022
  2. Feb 26, 2022
  3. Feb 06, 2022
    • Thijs Kinkhorst's avatar
      Change logging date formatting string from strftime() to date(). · dfbb7e65
      Thijs Kinkhorst authored
      strftime is deprecated and will be removed in PHP 9. SSP 2.0 is our
      chance to change this format as it's exposed to installers of SSP.
      
      The approch is to keep it simple and just change the format to PHP's
      built in date() function which remains supported. Also we do not try
      to localize the logging date/timestamps anymore. This matches the syslog
      approach that this format tried to mimic. We are using the day without
      leading zeroes now also to be a bit closer to how syslog does it.
      dfbb7e65
  4. Sep 05, 2021
  5. Mar 14, 2021
    • Tim van Dijen's avatar
      Migrate utility-classes to non-static (part 2) (#1441) · 0b861789
      Tim van Dijen authored
      * Migrate email utils to non-static
      
      * Migrate http utils to non-static
      
      * Migrate net utils to non-static
      
      * Migrate random utils to non-static
      
      * Migrate system utils to non-static
      
      * Migrate time utils to non-static
      
      * Migrate xml utils to non-static
      
      * Upgrade notes
      
      * Update test-framework
      
      * Fix tests
      0b861789
  6. Mar 09, 2021
  7. Jan 22, 2021
  8. Sep 15, 2020
  9. Sep 10, 2020
  10. Feb 15, 2020
  11. Dec 24, 2019
  12. Oct 01, 2019
  13. Jun 06, 2019
  14. Feb 03, 2019
  15. Oct 17, 2018
  16. Jun 01, 2018
  17. May 31, 2018
  18. Apr 04, 2016
  19. Apr 01, 2016
  20. Mar 31, 2016
  21. Mar 09, 2016
  22. Nov 06, 2015
  23. Apr 20, 2015
  24. Jun 17, 2014
  25. Nov 17, 2011
  26. Apr 16, 2010
  27. Aug 14, 2009
  28. Mar 27, 2009
  29. Jun 18, 2008
  30. Jun 06, 2008
  31. Mar 05, 2008
  32. Feb 27, 2008
  33. Feb 14, 2008
Loading