-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix #112 - EPV doesn't work with PHP 8 #115
base: master
Are you sure you want to change the base?
Conversation
composer.lockClick to show 52 changes in this composer.lock filePackage changes
Dev Package changes
Important Metadata Changes
Settings · Docs · Powered by Private Packagist |
@Skouat But does it still work correctly? Looking at the tests a bunch of them fail now, which didn't happen in the past. It would also be nice if we run it at least on 1 php8 version on GitHub. We also will need to have it both php7 and php8 compatible. |
Hi @paul999
Sure. I can check this. |
The composer.lock diff comment has been updated to reflect new changes in this PR. |
The composer.lock diff comment has been updated to reflect new changes in this PR. |
The composer.lock diff comment has been updated to reflect new changes in this PR. |
The composer.lock diff comment has been updated to reflect new changes in this PR. |
22cab79
to
63921cc
Compare
The composer.lock diff comment has been updated to reflect new changes in this PR. |
The composer.lock diff comment has been updated to reflect new changes in this PR. |
1 similar comment
The composer.lock diff comment has been updated to reflect new changes in this PR. |
@paul999 Normally, now it works with PHP 7 and PHP 8 |
I think the test runner needs to be updated to run on |
Your master branch use |
@paul999 Finally, I rebased my branch to use your latest test runner config file. |
Thanks a lot @Skouat! I will try to have this tested later this week, to make sure it also works with titania on phpbb.com |
Hi @paul999 EPV cannot be installed on Titania via composer. |
MR to remove Zipper: phpbb/customisation-db#395 |
From Titania, when we submit a revision and Titania runs under PHP8, EPV fails with the following message:
Upgrading
nikic/php-parser
to version 4 fix this issue, and also the issue #112