nick-jones / php-ucd

PHP interface into the Unicode Character Database. Provides a means to lookup, filter, and interrogate the metadata & properties of unicode characters.
MIT License
2 stars 0 forks source link

PHP 8.3 support #4

Open acjbizar opened 4 months ago

acjbizar commented 4 months ago

Thanks for this library! It currently return a lot of deprecation warnings. From what I can tell, these could be at least temporarily mitigated by adding #[\ReturnTypeWillChange] to some of the class methods. For proper compatibility, some more work is probably needed. Is this something you plan to do for this library?

nick-jones commented 4 months ago

Hey! No plans for the moment, but I would be willing to accept pull requests if anyone wants to help make improvements.