Simon Samtleben

Results 7 comments of Simon Samtleben

This Pull-Request needs to be cleaned up first. It contains other changes than just a more detailed error message.

Hello, I do not use any windows machines so I can not test this but it seems to be a problem with your hosts configuration. Please see: https://stackoverflow.com/questions/2370388/socketexception-address-incompatible-with-requested-protocol

Could you share your changes? Maybe I can include them in the next version.

Can you please try to change `$this->icpSocket = socket_create(AF_UNIX, SOCK_DGRAM, 0);` to `$this->icpSocket = socket_create(AF_UNIX, SOCK_STREAM, 0);` and check if that works on a windows machine?

@MasumNishat If you create a pull-request I'm happy to merge these changes into a new release.

Hi. This one is a little tricky. While I totally get your point I decided not to implement this. The reason: The IP address is an optional parameter. This means...

Fair point. I'll give this another thought. (As soon as I can spare a few hours)