Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: allow the php binary to be located anywhere in $PATH #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

notnmeyer
Copy link

on some systems there will not be a symlink for /usr/bin/php. this changes the various script's hashbangs to use /usr/bin/env php instead, so any php binary found in $PATH can be used.

@notnmeyer notnmeyer changed the title chore: allow the php binary to chore: allow the php binary to located anywhere in $PATH May 29, 2024
@notnmeyer notnmeyer changed the title chore: allow the php binary to located anywhere in $PATH chore: allow the php binary to be located anywhere in $PATH May 29, 2024
@webdev23 webdev23 self-assigned this Jun 1, 2024
@webdev23
Copy link
Owner

webdev23 commented Jun 1, 2024

That's a very critical aspect, thank you.
All scripts will be updated this way, in the next release.

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