Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ratchet no longer works with latest PHP version (8.2) #991

Closed
quakemmo opened this issue Jan 5, 2023 · 4 comments
Closed

Ratchet no longer works with latest PHP version (8.2) #991

quakemmo opened this issue Jan 5, 2023 · 4 comments

Comments

@quakemmo
Copy link

quakemmo commented Jan 5, 2023

Dynamic object properties have been deprecated in PHP 8.2 and I don't see a way around it.

Ratchet no longer works with the latest stable PHP version.

@clue clue added the duplicate label Jan 5, 2023
@clue
Copy link
Member

clue commented Jan 5, 2023

Closing as duplicate of #988

(Note that this is a deprecation notice only, Ratchet should work just fine despite this)

@clue clue closed this as not planned Won't fix, can't repro, duplicate, stale Jan 5, 2023
@quakemmo
Copy link
Author

quakemmo commented Jan 5, 2023

Does it mean that when PHP finally entirely drops dynamic properties, Ratchet has no plans on reflecting it?

I think all users would like to know this in advance.

@cboden
Copy link
Member

cboden commented Jan 5, 2023

Does it mean that when PHP finally entirely drops dynamic properties, Ratchet has no plans on reflecting it?

I think all users would like to know this in advance.

In the v0.5 roadmap/branch the plan is to replace with PSR-11 interfaces.

I just haven't had the time to push it across the finish line.

@clue
Copy link
Member

clue commented Jan 5, 2023

Does it mean that when PHP finally entirely drops dynamic properties, Ratchet has no plans on reflecting it?

I think all users would like to know this in advance.

@quakemmo This means you should see #988 for more details. Ratchet is an open source project that is actively being worked on. Maintainers and contributors will work on this as time allows. In the meantime, Ratchet continues to work as is, but PRs to help with this are much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants