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
@RealyUniqueName are we open to requiring the sockets extension for the PHP target? If so this will be trivial to implement, but if not I think getting bind and listen to work consistent with other targets will be impossible, and it looks like TCP_NODELAY support wasn't added for streams until 7.1 (https://bugs.php.net/bug.php?id=51879)
Yes, socket extension is ok. We already require mysql, sqlite and multibyte string extensions. And stream_socket_* functions also belong to an extension.
No description provided.
The text was updated successfully, but these errors were encountered: