Skip to content

Respect --program-suffix when installing phar #5638

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

Closed
wants to merge 1 commit into from

Conversation

n8man
Copy link
Contributor

@n8man n8man commented May 29, 2020

Currently ./configure --enable-phar --program-suffix="7.4" will result in binaries named php7.4 and phar but should instead result in php7.4 and phar7.4

Currently ./configure --enable-phar --program-suffix="7.4" will result in binaries named php7.4 and phar but should instead result in php7.4 and phar7.4
@carusogabriel
Copy link
Contributor

carusogabriel commented May 30, 2020

This should target the master branch if it's an improvement or the PHP-7.3 one if this is fixing a bug.

@KalleZ
Copy link
Member

KalleZ commented May 30, 2020

Like @carusogabriel said, this is probably better suited for master. Also we do not merge into release branches, always use PHP-7.3, PHP-7.4, etc.

@n8man
Copy link
Contributor Author

n8man commented May 30, 2020

@carusogabriel @KalleZ Thanks. I will close this PR and open a new one against master

@n8man n8man closed this May 30, 2020
@n8man
Copy link
Contributor Author

n8man commented May 30, 2020

New PR opened as #5650

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.

3 participants