Skip to content

Releases: reactphp/socket

v0.4.4

19 Dec 22:53

Choose a tag to compare

  • Feature / Fix: ConnectionInterface should extend DuplexStreamInterface + documentation
    (#50 by @clue)
  • Feature / Fix: Improve test suite and switch to normal stream handler
    (#51 by @clue)
  • Feature: Add examples
    (#49 by @clue)

v0.4.3

01 Mar 20:15

Choose a tag to compare

  • Suppress errors on stream_socket_accept to prevent PHP from crashing
  • Support for PHP7 and HHVM
  • Support PHP 5.3 again

v0.4.2

31 May 17:44

Choose a tag to compare

  • [Connection] Verify stream is valid resource

v0.4.1

19 Dec 22:53

Choose a tag to compare

  • Bug fix: Check read buffer for data before shutdown signal and end emit (@artydev)
  • Bug fix: v0.3.4 changes merged for v0.4.1

v0.3.4

19 Dec 22:54

Choose a tag to compare

  • Bug fix: Reset socket to non-blocking after shutting down (PHP bug)

v0.4.0

19 Dec 22:54

Choose a tag to compare

  • BC break: Bump minimum PHP version to PHP 5.4, remove 5.3 specific hacks
  • BC break: Update to React/Promise 2.0
  • BC break: Update to Evenement 2.0
  • Dependency: Autoloading and filesystem structure now PSR-4 instead of PSR-0
  • Bump React dependencies to v0.4

v0.3.3

19 Dec 22:56

Choose a tag to compare

  • Version bump

v0.3.2

19 Dec 22:56

Choose a tag to compare

  • Version bump

v0.3.1

19 Dec 22:55

Choose a tag to compare

  • Feature: Support binding to IPv6 addresses (@clue)

v0.3.0

19 Dec 22:55

Choose a tag to compare

  • Bump React dependencies to v0.3