Mondrian icon indicating copy to clipboard operation
Mondrian copied to clipboard

Compatibility with PHP 8.x

Open dinamic opened this issue 10 months ago • 1 comments

The latest phar file does not seem compatible with PHP8.

Is there a new release coming soon?

RectorPHP may be considered to help with refactoring up to PHP 8.0.

dinamic avatar Apr 18 '24 16:04 dinamic

Converting this lib to PHP8 is the easy part. Traversing the AST to implement all PHP8 new features (type unions for example, enum, new types like "mixed"...) is far more complex :cry: I don't plan to migrate anytime soon

Trismegiste avatar Apr 19 '24 15:04 Trismegiste