Skip to content

1.6.2

Latest
Compare
Choose a tag to compare
@stefangabos stefangabos released this 25 Nov 17:48
· 1 commit to master since this release
  • fixed issue where in case of multiple headers with the same name only the last one would be returned; thanks Dave Gee for reporting!
  • proxy related information is now available when a proxy is used; thanks to Dave Gee for suggesting
  • minor bug fixes and source code formatting because we are now using PHPStan for static code analysis and PHP CodeSniffer for detecting coding standards violations, which are now PSR12-ish with a few of the rules excluded; this also fixes #48; thanks MoontoC!