I'm currently working on Windows to ensure a fix on Symfony UX, I downloaded PHP through php.new, manually from https://windows.php.net/ extracted in C:, and through scoop install main/php, but neither of these solutions are supported: https://github.com/symfony-cli/phpstore/blob/main/discovery_windows.go#L29-L53
For reference:
- php.new installs PHP at
<disk>:\Users\.config/herd-lite/bin/php
- scoop install PHP at
<disk>:\Users\<user>\scoop\apps\php (multiple versions can be installed I think)
I'm currently working on Windows to ensure a fix on Symfony UX, I downloaded PHP through php.new, manually from https://windows.php.net/ extracted in C:, and through
scoop install main/php, but neither of these solutions are supported: https://github.com/symfony-cli/phpstore/blob/main/discovery_windows.go#L29-L53For reference:
<disk>:\Users\.config/herd-lite/bin/php<disk>:\Users\<user>\scoop\apps\php(multiple versions can be installed I think)