Skip to content

MISE setups not found #29

@1ed

Description

@1ed

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions