Open
Description
Hi,
I running PHP 8.0 on Ubuntu machine. My socket (using FreeDSx/ldap LdapServer) always quit after starting.
After short debugging: The timeout in stream_socket_accept fails. After removing this Parameter, the socket running.
src/FreeDSx/Socket/SocketServer.php - Line 126:
$socket = @\stream_socket_accept($this->socket, $timeout);
-> $socket = @\stream_socket_accept($this->socket);
Any idea why?
BR
Daniel
Metadata
Metadata
Assignees
Labels
No labels