Skip to content

Change to forcing adding php alias. #200

New issue

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

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

Already on GitHub? # to your account

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

Conversation

Romeoy
Copy link

@Romeoy Romeoy commented Apr 29, 2025

There is already a default php alias for some php version. The code RUN ln -s /usr/bin/php84 /usr/bin/php will be failed, so just adding -f arg to make it work well.

@TrafeX
Copy link
Owner

TrafeX commented May 18, 2025

Hi @Romeoy,

I'm not sure why this would be needed. There should only be one PHP version installed.
Can you clarify this a bit more?

@Romeoy
Copy link
Author

Romeoy commented May 19, 2025

Hi @Romeoy,

I'm not sure why this would be needed. There should only be one PHP version installed. Can you clarify this a bit more?

For my case, I just modify and change the php and extensions' version to 8.3. When instaling PHP 8.3, system will automacially create a link file /usr/bin/php, then the command RUN ln -s /usr/bin/php83 /usr/bin/php will be failed.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants