Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with PHP 8.x #43

Open
dinamic opened this issue Apr 18, 2024 · 1 comment
Open

Compatibility with PHP 8.x #43

dinamic opened this issue Apr 18, 2024 · 1 comment

Comments

@dinamic
Copy link

dinamic commented Apr 18, 2024

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.

@Trismegiste
Copy link
Owner

Trismegiste commented Apr 19, 2024

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 😢
I don't plan to migrate anytime soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants