Releases: xp-framework/networking
Releases · xp-framework/networking
10.5.0: XP 12 compatibility
10.4.1: Select vagaries fix
- Fixed vagary of stream_select() sometimes not preserving array keys.
This occurs sometimes (?!) in PHP 7.0 and PHP 7.1 even though bug
53427 was fixed in PHP 5.4.1, see https://bugs.php.net/bug.php?id=53427
(@thekid)
10.4.0: Fine-graned async I/O
10.3.1: Reflection fix
- Fixed package reflection for
peer.server
by deferring the check for
ext/pcntl
until server implementations based on its functionality
are instantiated, not just loaded
(@thekid)
10.3.0: Simplified peer.net API
10.2.3: PHP 8.2 compatibility fixes
- Fixed "Creation of dynamic property" warnings in PHP 8.2 - @thekid
10.2.2: XP 11, library compatibility
- Made compatible with XP 11 and
xp-framework/logging
version 11.0.0
(@thekid)