Releases: xp-framework/networking
Releases · xp-framework/networking
10.1.1: Interrupted read fixes
- Fixed handling in async server for interrupted reads - @thekid
10.1.0: Async server
10.0.2: PHP 8 Sockets compatibility
10.0.1: SOMAXCONN discovery
10.0.0: Drop PHP 5 support
- Fixed "Only the first byte will be assigned to the string offset"
warning in PHP 8.0
(@thekid) - Implemented xp-framework/rfc#334: Drop PHP 5.6:
. Heads up: Minimum required PHP version now is PHP 7.0.0
. Rewrote code base, grouping use statements
. Convertednewinstance
to anonymous classes
. Rewroteisset(X) ? X : default
toX ?? default
(@thekid)
9.3.3: XP10 compatibility
- Made compatible with XP 10 - @thekid
9.3.2: Curly braces warnings fix
- Fixed two more Array and string offset access syntax with curly braces
is deprecated warnings
(@thekid)
9.3.1: PHP 7.4 compatibility
9.3.0: Select w/ associative arrays
- Preserve keys in arrays passed to
Sockets::select()
- @thekid