You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Support PHP 8 and drop legacy HHVM support.
(#60 and #61 by @clue)
Improve test suite and add .gitattributes to exclude dev files from export.
Update to PHPUnit 9 and simplify test matrix.
(#50, #51, #58 and #63 by @clue and #57 by @SimonFrings)
Feature: Add $timeout parameter for Factory::createClient()
(#39 by @elbandi and @clue)
// connect to Google, but wait no longer than 2.5s for connection$socket = $factory->createClient('www.google.com:80', 2.5);
Improve test suite by adding PHPUnit to require-dev,
update test suite to test against legacy PHP 5.3 through PHP 7.2 and
optionally skip functional integration tests requiring internet.
(#26 by @ascii-soup, #28, #29, #37 and #38 by @clue)