Skip to content
Snippets Groups Projects
  1. May 23, 2013
    • Jared Hancock's avatar
      Fix md5 hash on windows platforms · 3a62efd6
      Jared Hancock authored
      The installer compares the md5 of the on-disk sql install file with the
      signature file shipped alongside. If the signatures do not match, it will
      refuse to install osTicket. On Windows(TM) platforms, PHP will automatically
      translate newlines to Windows newlines (CRLF), which will corrupt the MD5
      hash of the file.
      
      This patch opens the file in binary mode explicitly to prevent the automatic
      conversion.
      3a62efd6
  2. Apr 02, 2013
  3. Apr 01, 2013
  4. Mar 31, 2013
  5. Mar 30, 2013
  6. Mar 29, 2013
  7. Mar 28, 2013
  8. Mar 27, 2013
  9. Mar 21, 2013
  10. Mar 14, 2013
  11. Mar 13, 2013
  12. Mar 12, 2013
Loading