Skip to content

Releases: reactphp/socket

v0.4.4

Choose a tag to compare

@clue clue released this 19 Dec 22:53
  • 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

Choose a tag to compare

@cboden cboden released this 01 Mar 20:15
  • Suppress errors on stream_socket_accept to prevent PHP from crashing
  • Support for PHP7 and HHVM
  • Support PHP 5.3 again

v0.4.2

Choose a tag to compare

@cboden cboden released this 31 May 17:44
  • [Connection] Verify stream is valid resource

v0.4.1

Choose a tag to compare

@clue clue released this 19 Dec 22:53
  • 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

Choose a tag to compare

@clue clue released this 19 Dec 22:54
  • Bug fix: Reset socket to non-blocking after shutting down (PHP bug)

v0.4.0

Choose a tag to compare

@clue clue released this 19 Dec 22:54
  • 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

Choose a tag to compare

@clue clue released this 19 Dec 22:56
  • Version bump

v0.3.2

Choose a tag to compare

@clue clue released this 19 Dec 22:56
  • Version bump

v0.3.1

Choose a tag to compare

@clue clue released this 19 Dec 22:55
  • Feature: Support binding to IPv6 addresses (@clue)

v0.3.0

Choose a tag to compare

@clue clue released this 19 Dec 22:55
  • Bump React dependencies to v0.3