Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

[PHP 8.1] Fixed argument type mismatch #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tobias-trozowski
Copy link

@tobias-trozowski tobias-trozowski commented Jun 16, 2022

fixed "Argument #1 ($socket) must be of type resource, bool given".

whenever a stream could not be created the property was still passed to stream_socket_sendto which causes an type error in php 8.1.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError with php 8.1
1 participant