ghedipunk / PHP-Websockets

A Websockets server written in PHP.
BSD 3-Clause "New" or "Revised" License
913 stars 376 forks source link

minor bugfixes #5

Closed SegFaulty closed 10 years ago

SegFaulty commented 11 years ago

first of all, thanks for your work i have some things more, but i need more time to dig deeper

AMA3 commented 11 years ago

Thank you, ghedipunk, for your hard work on this. As SegFaulty's comment on websockets.php line 53 says, the server should not pass the message to utf8_encode(). It should already be UTF-8 encoded. I am seeing a problem where the message is UTF8 encoded and then utf-8 encoded again!

ghedipunk commented 10 years ago

I could have sworn I merged this several months ago.

Attempting to merge now only gives the error "Something went wrong with that request. Please try again."

Will attempt to merge through the command line. If not, then I'll edit the file manually.