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. Feb 19, 2013
  3. Jan 21, 2013
  4. Dec 14, 2012
  5. Jul 22, 2012
  6. Jun 26, 2012
  7. Apr 25, 2012
  8. Apr 22, 2012
  9. Apr 19, 2012
Loading