Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork125
Open
Description
Running any command that uses PHP, I get a redundant warning that PHP can't be found, but then is found.
Example:
$ symfony php -vWARNING the current dir requires PHP 8.2.0 (composer.json from current dir: /symfony_demo/composer.json), \but this version is not available: fallback to 8.2PHP 8.2.9 (cli) [...]$ symfony console -VWARNING the current dir requires PHP 8.2.0 (composer.json from current dir: /symfony_demo/composer.json), \but this version is not available: fallback to 8.2Symfony 7.3.4 (env: dev, debug: true)I tried PHP 8.2, 8.3 and 8.4 with the same result.
The PHP binary is at/usr/local/bin/php but symlinked from e.g./usr/local/php84/bin/php. Running/usr/bin/env php -v gives the correct version, but perhaps something else is missing, or confusing the cli?
This is on macOS with v 5.15.1 of the cli (Darwin package) dowloaded from this repo.
Metadata
Metadata
Assignees
Labels
No labels