internetmarke-php icon indicating copy to clipboard operation
internetmarke-php copied to clipboard

PHP 8.3 compatibility: Replace get_class() with __CLASS__

Open dennisnissle opened this issue 1 year ago • 1 comments

Hi there,

I was just testing the library with PHP 8.3 and found calling get_class() without arguments is deprecated. Added a patch and replaced the call with CLASS instead.

Best, Dennis

dennisnissle avatar Aug 23 '24 07:08 dennisnissle

Thank you for the fix and sorry for only getting to it now. Unfortunately, this library will stop working in a few months with the EOL of the API it relies on (cf. https://github.com/baltpeter/internetmarke-php/issues/23), so I will not be pushing any new releases anymore.

baltpeter avatar Oct 22 '25 11:10 baltpeter