varspool / Wrench

A simple PHP WebSocket implementation for PHP 7.1
Do What The F*ck You Want To Public License
596 stars 210 forks source link

Fix implode() args order for PHP 7.4 #124

Closed jfcherng closed 5 years ago

jfcherng commented 5 years ago

PHP 7.4: Deprecated: implode(): Passing glue string after array is deprecated.

BenMorel commented 4 years ago

Can a release be tagged to include this fix?