ElephantIO / elephant.io

Send events to a socket.io server through PHP
https://elephantio.github.io/elephant.io/
MIT License
108 stars 34 forks source link

Fix dynamic property deprecation for PHP 8.2 #15

Closed adamroyle closed 8 months ago

adamroyle commented 8 months ago

PHP 8.2+ compatibility eg.

Deprecated: Creation of dynamic property ElephantIO\Engine\Session::$heartbeat is deprecated in /Users/adamroyle/Projects/elephant.io/src/Engine/Store.php on line 186
PHP Deprecated:  Creation of dynamic property ElephantIO\Engine\Packet::$proto is deprecated in /Users/adamroyle/Projects/elephant.io/src/Engine/Store.php on line 186

Deprecated: Creation of dynamic property ElephantIO\Engine\Packet::$proto is deprecated in /Users/adamroyle/Projects/elephant.io/src/Engine/Store.php on line 186
PHP Deprecated:  Creation of dynamic property ElephantIO\Engine\Packet::$data is deprecated in /Users/adamroyle/Projects/elephant.io/src/Engine/Store.php on line 186
...