1. 26 Jul, 2013 1 commit
  2. 24 Jul, 2013 1 commit
  3. 23 Jul, 2013 1 commit
  4. 21 Jul, 2013 2 commits
  5. 20 Jul, 2013 7 commits
  6. 16 Jun, 2013 2 commits
  7. 15 Jun, 2013 1 commit
  8. 09 Jun, 2013 6 commits
  9. 02 Jun, 2013 2 commits
  10. 01 Jun, 2013 3 commits
    • Chris Boden's avatar
    • Barbarrosa's avatar
      Update HyBi10.php · 7bfa2d05
      Barbarrosa authored
      I encountered the following error while attempting to use Ratchet. The __toString version of the request should contain the proper value, and retrieving the string before converting to an int would prevent this typecasting issue.
      
      Notice: Object of class Guzzle\Http\Message\Header could not be converted to int in [file system path]\vendor\cboden\ratchet\src\Ratchet\WebSocket\Version\HyBi10.php on line 7
      7bfa2d05
    • Barbarrosa's avatar
      Fixed type conversion issue with isProtocol method in RFC6455 · 49c39485
      Barbarrosa authored
      I encountered the following error while attempting to use Ratchet. The __toString version of the request contained the correct value (13), so I cast the result to a string before casting it to an integer. 
      
      Notice: Object of class Guzzle\Http\Message\Header could not be converted to int in [file system path]\vendor\cboden\ratchet\src\Ratchet\WebSocket\Version\RFC6455.php on line 53
      49c39485
  11. 31 May, 2013 2 commits
  12. 29 May, 2013 1 commit
  13. 28 May, 2013 1 commit
  14. 09 May, 2013 3 commits
  15. 08 May, 2013 1 commit
  16. 02 May, 2013 1 commit
  17. 01 May, 2013 5 commits