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

PHP 8.4 Deprecations #70

Open
mbabker opened this issue Nov 4, 2024 · 0 comments
Open

PHP 8.4 Deprecations #70

mbabker opened this issue Nov 4, 2024 · 0 comments

Comments

@mbabker
Copy link

mbabker commented Nov 4, 2024

With PHP 8.4 deprecating support for implicit nullable parameters, there are deprecation messages emitted from this package, including:

  • Ratchet\RFC6455\Messaging\MessageBuffer::__construct(): Implicitly marking parameter $permessageDeflateOptions as nullable is deprecated, the explicit nullable type must be used instead

These should all be fixable on the v0.4 branch as it has raised the required PHP version to 7.4, but they are unfixable on master since it still supports PHP 5.4.

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

No branches or pull requests

1 participant