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

Use an array for values instead of dynamic properties (PHP 8.2 compat) #14

Closed adamroyle closed 8 months ago

adamroyle commented 8 months ago

This fixes deprecation warnings found:

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
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
PHP Deprecated:  Creation of dynamic property ElephantIO\Engine\Packet::$next is deprecated in /Users/adamroyle/Projects/elephant.io/src/Engine/Store.php on line 186
...
adamroyle commented 8 months ago

Looks like I have some errors to fix...