]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 26 Dec 2024 05:38:14 +0000 (06:38 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 26 Dec 2024 05:41:42 +0000 (06:41 +0100)
commiteeaa5a13ef26a0a2a18d2c90d0e00e6dca74df3a
tree34e639a4b6b0c9afb0380a94eec47cba74242680
parentd11c92e5d7f5bff10041b36a6f896a8b6cf5b115
Continued:
- starting with PHP 8, sockets are now no longer a scalar resource type, but a
  Socket class
- updated 'core' framework
application/hub/classes/container/socket/class_SocketContainer.php
application/hub/classes/database/frontend/states/class_PeerStateLookupDatabaseFrontend.php
application/hub/classes/discovery/recipient/socket/class_PackageSocketDiscovery.php
application/hub/classes/factories/socket/class_SocketFactory.php
application/hub/classes/pools/peer/class_DefaultPeerPool.php
application/hub/interfaces/container/socket/class_StorableSocket.php
core