Skip to content

3.0.9

Compare
Choose a tag to compare
@kelunik kelunik released this 12 Oct 08:31
· 692 commits to 5.x since this release
v3.0.9
  • Lazily parse captured TLS certificates. This improves performance and memory usage. Additionally, openssl_x509_parse currently leaks memory. This fix ensures it leaks only if explicitly requested (until the PHP bug is fixed). See https://bugs.php.net/bug.php?id=75363.
  • Small performance improvements for connections not using a proxy.