Skip to content

v1.3.0

Choose a tag to compare

@clue clue released this 10 Jun 19:19
· 51 commits to 1.x since this release
  • 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)