-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Fatal error on PHP 8.1 #319
Comments
jrfnl
added a commit
to jrfnl/Autoload
that referenced
this issue
Jul 23, 2021
This translates the existing Travis workflow to a GH Actions workflow. Effectively it is the same workflow. At a detail level, there are the following differences: * The commands to download Phive have been removed in favour of letting the `setup-php` action install it automatically. * A build against PHP 8.0 has been added which is not allowed to fail. * A build against PHP 8.1 has been added, which is (allowed to fail). The build against PHP 8.1 also _does_ currently fail, but this is due to a PHP 8.1 incompatibility in Phive. This issue has been reported in phar-io/phive#319 and :fingers_crossed: phar-io/phive#320 should fix it.
You are ahead of me :-D I encountered the same issue useing php 8.1 |
@jaapio Yup, this was one of the rabbit hole domino's ;-) |
theseer
pushed a commit
to theseer/Autoload
that referenced
this issue
Jul 24, 2021
This translates the existing Travis workflow to a GH Actions workflow. Effectively it is the same workflow. At a detail level, there are the following differences: * The commands to download Phive have been removed in favour of letting the `setup-php` action install it automatically. * A build against PHP 8.0 has been added which is not allowed to fail. * A build against PHP 8.1 has been added, which is (allowed to fail). The build against PHP 8.1 also _does_ currently fail, but this is due to a PHP 8.1 incompatibility in Phive. This issue has been reported in phar-io/phive#319 and :fingers_crossed: phar-io/phive#320 should fix it.
This should be fixed with 0.15.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just ran into the following error when running Phive 0.14.5 on PHP 8.1:
Looks like the argumentCount issue was fixed in commit ce96f4c, though I expect there may still be an underlying PHP 8.1 issue which triggered the error handler to be called in the first place.
The text was updated successfully, but these errors were encountered: