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

PHP8 Version Trouble #17

Open
quarterdeck opened this issue Apr 22, 2021 · 4 comments · May be fixed by #23
Open

PHP8 Version Trouble #17

quarterdeck opened this issue Apr 22, 2021 · 4 comments · May be fixed by #23

Comments

@quarterdeck
Copy link

Don't know why this check is failing. I've got Homebrew installed in /opt/homebrew on an M1 Mac, don't know if that's related.

qd@ariadne ~ % forge

Box Requirements Checker
========================

> Using PHP 8.0.3
> PHP is using the following php.ini file:
  /opt/homebrew/etc/php/8.0/php.ini

> Checking Box requirements:
  E.

                                                                                
 [ERROR] Your system is not ready to run the application.                       
                                                                                

Fix the following mandatory requirements:
=========================================

 * The application requires the version "^7.3" or greater.
@Synchro
Copy link

Synchro commented May 26, 2021

I'm seeing this too, with forge-cli 1.2 and PHP 8.0.6 on macOS.

@Iamscaredofcode
Copy link

Same issue here

@julienbourdeau
Copy link

I'm running into the same issue. I'm installing it with composer global, I have tried reinstalling but I cannot make it work with PHP 8.

$ forge --help

Box Requirements Checker
========================

> Using PHP 8.0.3
> PHP is using the following php.ini file:
  /usr/local/etc/php/8.0/php.ini

> Checking Box requirements:
  E.


 [ERROR] Your system is not ready to run the application.


Fix the following mandatory requirements:
=========================================

 * The application requires the version "^7.3" or greater.

@julienbourdeau
Copy link

One way to make it work, at least until we figure it out is to bypass box requirement checks.

BOX_REQUIREMENT_CHECKER=0 forge --help

I'm starting to think the issue is that the binary wasn't rebuilt after adding PHP 8 supports 🤔 Last build is 8 months old but php8 support was added 7 months ago.

@mpociot Can you point me where to find out how to build the binary builds/forge, please? I don't get it. 🙏

@petecoop petecoop linked a pull request Oct 17, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants