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

socket_select(): 5 is not valid Socket resource #54

Open
GoogleCodeExporter opened this issue May 1, 2015 · 4 comments
Open

socket_select(): 5 is not valid Socket resource #54

GoogleCodeExporter opened this issue May 1, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

server.php
$master  = WebSocket("localhost",12345);
client.html
socket = new WebSocket("ws://localhost:12345/websocket/server.php");

php -q server.php
master socket : resource id #4
listening on : localhost port 12345
cmd have notice:
Warning: socket_select(): 5 is not valid Socket resource in 
D:\www\websocket\server.php on line 13
when i visiting http://localhost/websocket/client.html
I use PHP5.2.6
my gmail is online
Please help
thx

Original issue reported on code.google.com by [email protected] on 27 Jun 2012 at 9:33

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

No branches or pull requests

1 participant