Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[php] Socket.select(), Socket.setFastSend() and Socket.listen() are not implemented #6816

Open
RealyUniqueName opened this issue Jan 12, 2018 · 6 comments
Assignees
Labels
platform-php Everything related to PHP
Milestone

Comments

@RealyUniqueName
Copy link
Member

No description provided.

@RealyUniqueName RealyUniqueName added the platform-php Everything related to PHP label Jan 12, 2018
@RealyUniqueName RealyUniqueName self-assigned this Jan 12, 2018
@ncannasse
Copy link
Member

I did open the link with the hope it was a pull request :)

@RealyUniqueName
Copy link
Member Author

Are you using php target? )

@ncannasse
Copy link
Member

No, but it would have been a simple merge ;)

@bendmorris
Copy link
Contributor

bendmorris commented Mar 5, 2018

@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)

@RealyUniqueName
Copy link
Member Author

Yes, socket extension is ok. We already require mysql, sqlite and multibyte string extensions. And stream_socket_* functions also belong to an extension.

@bendmorris
Copy link
Contributor

Addressing as part of #6887

@Simn Simn added this to the Backlog milestone Apr 17, 2018
@Simn Simn modified the milestones: Backlog, Later Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform-php Everything related to PHP
Projects
None yet
Development

No branches or pull requests

4 participants