Ratchet icon indicating copy to clipboard operation
Ratchet copied to clipboard

fix dynamic properties PHP 8.2

Open krajcikondra opened this issue 3 years ago • 1 comments

Hi,

on php 8.2 I get errors like this:

Deprecated: Creation of dynamic property Ratchet\Server\IoConnection::$httpBuffer is deprecated

krajcikondra avatar Mar 17 '23 11:03 krajcikondra

@krajcikondra The test suite doesn't execute the tests with PHP 8.2 currently and we can't see if your changes are completely fixing the issue, but I am looking into that, see #1003 for more details. Once I get everything updated, we can come back to this one. Depending on how far I go with #1003, I might need to apply the same changes as you did, I'll keep you posted :+1:

SimonFrings avatar Mar 17 '23 12:03 SimonFrings