You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
AbstractMonitoringMiddleware::prepareSocket
'sis_resource
check (#):Looks affected by https://www.php.net/manual/en/migration80.incompatible.php#migration80.incompatible.resource2object
Expected Behavior
The check to cover both PHP7 and PHP8 behaviors.
Current Behavior
The check only covers <PHP8 behavior.
Reproduction Steps
See this:
https://onlinephp.io/c/3574d
Possible Solution
Check for
!self::$socket instanceof Socket
as well to cover PHP8.Additional Information/Context
No response
SDK version used
master
Environment details (Version of PHP (
php -v
)? OS name and version, etc.)PHP 8.0.23
The text was updated successfully, but these errors were encountered: