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

Doesnt work on Ubuntu server 16.04 with php7 #23

Closed
wants to merge 8 commits into from

Conversation

Freaders
Copy link

@Freaders Freaders commented Jun 23, 2016

This is my first time using composer. I installed composer, installed the package using "composer require ashiina/socket.io-emitter" i tried "composer install" but there were no dependencies to install. Then i restarted apache, and implemented this to my code
$emitter = new SocketIO\Emitter(array('port' => '3000', 'host' => '127.0.0.1')); $emitter->emit('haha', 'neco');
Once php gets to this line it get stuck. Any ideas what could be wrong? Thanks!

@aPoCoMiLogin
Copy link

No need for PR, you should do it as issue, and before you create any issue, check if there is any response to what you are looking for. I did posted some time ago how force composer to use @ashiina repo instead of @rase- https://github.com/rase-/socket.io-php-emitter/issues/20#issuecomment-179709721

And it should work in php7 too.

@Freaders Freaders closed this Jun 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants