Skip to content

Releases: WarriorXK/PHPWebSockets

v1.2.0

29 Nov 09:35
Compare
Choose a tag to compare

Added an IStreamContainer interface to be used by external libraries to reduce the amount of stream_select calls
Added PHPWebSocket::MultiUpdate to handle multiple IStreamContainers using a single stream_select
Added an abstract AConnection for Client and Connection to reduce the amount of duplicate code
Added support for IPC socket pairs using a websocket server
Added a seperate accepting connection class
Added a writeRaw method
Redid the file and folder structure to match the namespace + class names
Redid the disconnect handling

v1.1.0

06 Sep 07:38
Compare
Choose a tag to compare

Added proper HTTP error codes as return value for non-websocket connection requests

v1.0.0

04 Aug 08:08
Compare
Choose a tag to compare

Added a websocket client class

v0.1.0

01 Jul 07:56
Compare
Choose a tag to compare
Updated README