php-advanced-json-rpc icon indicating copy to clipboard operation
php-advanced-json-rpc copied to clipboard

PHP 8.2 Compatibility of Dispatcher Class

Open hbongen opened this issue 2 years ago • 0 comments
trafficstars

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 avatar May 11 '23 07:05 hbongen