Skip to content

Releases: chrome-php/wrench

v1.9.2

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 06 Jul 19:08
c314dcf
  • Reject handshake request lines with a bare line feed ending or a non-literal HTTP version
  • Match server_ssl_ socket option keys to the true end of input
  • Pass explicit trim characters ahead of the PHP 8.6 trim default change

v1.9.1

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 06 Jul 11:36
29f83cd
  • Fix waitForData crash when the socket is disconnected

v1.9.0

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 06 Jul 01:54
1308260
  • Add an optional wait for data to receive()

v1.8.1

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 06 Jul 01:44
d549b39
  • Prevent blocking on empty fread() calls

v1.8.0

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 27 Dec 11:30
bd67a31
  • Add support for PHP 8.5

v1.7.1

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 01 May 11:18
f829651
  • Fix size 65536 HybiFrames
  • Use random_bytes function to generate masks

v1.7.0

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 06 Nov 09:51
10cd90c
  • Add Client::getSocketResource method
  • Add support for PHP 8.4

v1.6.0

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 17 Mar 22:38
1e383b4
  • Add support for PHP 8.3

v1.5.0

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 11 Mar 18:13
7252463
  • Made response header parsing more robust
  • Improve the handshake exception message
  • Use random_bytes to generate handshake keys

v1.4.0

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 27 Feb 02:05
722e7c1
  • Dropped PHP 7.3 support