-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Hi,
I install php using the mise tool with this config:
# mise.toml
[tools]
"ubi:adwinying/php" = "8.4"
It will install a static php build using the static-php project (via this repo https://github.com/adwinying/php).
It will download a single php file to $HOME/.local/share/mise/installs/ubi-adwinying-php/8.4.11/php
(there is no bin
dir) and add $HOME/.local/share/mise/installs/ubi-adwinying-php/8.4.11
to the PATH.
But Symfony CLI not recognize this php:
11:56AM DBG Looking for PHP in .../.local/share/mise/installs/ubi-adwinying-php/8.4.11 (<nil>) -- PATH
$ symfony -V
Symfony CLI version 5.12.0 (c) 2021-2025 Fabien Potencier (2025-06-15T10:10:09Z - stable)
on macos 26
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers