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 7.1 support #1

Closed fmunch closed 7 years ago

fmunch commented 7 years ago

Hi,

Is PHP 7.1 support planned?

void is now a reserved word, so the Void class needs to be renamed.

Thanks for your work on this package!

nick-jones commented 7 years ago

Hi, thanks for raising this. I'll look to get it addressed over the weekend.

nick-jones commented 7 years ago

I've renamed the class and bumped the major version number, since this constitutes a BC break - v2.0.0. I've also updated various things for Unicode 10.0

fmunch commented 6 years ago

Thank you @nick-jones.

The folder resources/generated/ucd lost almost all its files (caused by bda4f4e). Was that expected? Are we now supposed to build the database before using the lib?

nick-jones commented 6 years ago

My apologies, that was a silly mistake. I've pushed the missing files and retagged as v3.0.0