walkor / stomp

Asynchronous Stomp client for PHP based on workerman.
8 stars 2 forks source link

need support php8.2 #5

Closed caylof closed 1 year ago

caylof commented 1 year ago

tips: Creation of dynamic property Workerman\Stomp\Client::$onMessage is deprecated.

may be need property $onMessage or the #[\AllowDynamicProperties] attribute.

walkor commented 1 year ago

done

PNixx commented 10 months ago

@walkor Creation of dynamic property Workerman\Stomp\Exception::$frame is deprecated in php 8.2

walkor commented 10 months ago

Please upgrade to v1.0.9

PNixx commented 10 months ago

Thanks for fast fix!