Skip to content

Commit

Permalink
Merge branch 'hotfix/1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorXK committed Nov 29, 2016
2 parents 30c459a + eaf4010 commit 7c33e1c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
Empty file modified .travis.yml
100755 → 100644
Empty file.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# PHPWebSockets
[![Build Status](https://travis-ci.org/WarriorXK/PHPWebSockets.svg?branch=develop)](https://travis-ci.org/WarriorXK/PHPWebSockets)
Master: [![Build Status](https://travis-ci.org/WarriorXK/PHPWebSockets.svg?branch=master)](https://travis-ci.org/WarriorXK/PHPWebSockets) Develop: [![Build Status](https://travis-ci.org/WarriorXK/PHPWebSockets.svg?branch=develop)](https://travis-ci.org/WarriorXK/PHPWebSockets)

A PHP 7.0+ library to accept and create websocket connections, we aim to be 100% compliant with the websocket RFC and use the [Autobahn test suite](http://autobahn.ws/testsuite/) to ensure so.
Currently the server and the client are 100% compliant with the autobahn testsuite minus a few non-strict notices, the [compression extension](https://tools.ietf.org/html/rfc7692) for websockets will be implemented later

Expand Down
Empty file modified Tests/client.php
100755 → 100644
Empty file.
Empty file modified Tests/server.php
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1

0 comments on commit 7c33e1c

Please sign in to comment.