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.2 Compatibility of Dispatcher Class #58

Open
hbongen opened this issue May 11, 2023 · 0 comments · May be fixed by #59
Open

PHP 8.2 Compatibility of Dispatcher Class #58

hbongen opened this issue May 11, 2023 · 0 comments · May be fixed by #59

Comments

@hbongen
Copy link

hbongen commented May 11, 2023

If you use the Dispatcher in a PHP8.2 Runtime you get a Deprecation Notice:

NOTICE: PHP message: PHP Deprecated:  Creation of dynamic property AdvancedJsonRpc\Dispatcher::$mapper is deprecated 

To avoid this I will create a merge-Request that adds the missing property and imports \JsonMapper-Class. Maybe correlates to #57

hbongen added a commit to hbongen/php-advanced-json-rpc that referenced this issue May 11, 2023
@hbongen hbongen linked a pull request May 11, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant