Skip to content

Run various PHP subprocesses using PHP_BINARY#2554

Merged
dantleech merged 1 commit intophpactor:masterfrom
MatmaRex:executable
Feb 24, 2024
Merged

Run various PHP subprocesses using PHP_BINARY#2554
dantleech merged 1 commit intophpactor:masterfrom
MatmaRex:executable

Conversation

@MatmaRex
Copy link
Contributor

This ensures that the subprocesses use the same PHP executable as the main one, which is important in case the user has multiple PHP versions installed.

It's also needed for Windows support, because it can't execute PHP scripts directly (only files with specific extensions are executable).

This ensures that the subprocesses use the same PHP executable
as the main one, which is important in case the user has multiple
PHP versions installed.

It's also needed for Windows support, because it can't execute PHP
scripts directly (only files with specific extensions are executable).
@dantleech dantleech merged commit 81dfad4 into phpactor:master Feb 24, 2024
@dantleech
Copy link
Collaborator

thanks!

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 this pull request may close these issues.

2 participants