PHPSecLib v2.0.7 Release Notes

Release Date: 2017-10-22 // over 6 years ago
    • SSH2:
      • add new READ_NEXT mode (#1140)
      • add sendIdentificationStringFirst()
      • add sendKEXINITFirst()
      • add sendIdentificationStringLast()
      • add sendKEXINITLast() (#1162)
      • assume any SSH server >= 1.99 supports SSH2 (#1170)
      • workaround for bad arcfour256 implementations (#1171)
      • don't choke when getting response from diff channel in exec() (#1167)
    • SFTP:
      • add enablePathCanonicalization()
      • add disablePathCanonicalization() (#1137)
      • fix put() with remote file stream resource (#1177)
    • 🛠 ANSI: misc fixes (#1150, #1161)
    • X509: use DateTime instead of unix time (#1166)
    • Ciphers: use eval() instead of create_function() for >= 5.3