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

Support 7.1.x version pattern #871

Open
c9s opened this issue May 9, 2017 · 4 comments
Open

Support 7.1.x version pattern #871

c9s opened this issue May 9, 2017 · 4 comments
Assignees

Comments

@c9s
Copy link
Member

c9s commented May 9, 2017

No description provided.

@c9s c9s self-assigned this May 9, 2017
@jhdxr
Copy link
Member

jhdxr commented May 9, 2017

Didn't we already support 7.1?

@c9s
Copy link
Member Author

c9s commented May 10, 2017

yes, I mean install something like:

  phpbrew install 7.1.x as 7.1-dev 

And then expand 7.1.x to the latest patch version, which will compliant the semantic versioning.

@c9s c9s modified the milestone: 1.24 May 17, 2017
@morozov
Copy link
Contributor

morozov commented Oct 17, 2017

We indeed support 7.1 which is evaluated to the latest in the 7.1 series (currently, 7.1.10), support next which is currently evaluated to 7.3.0-dev and support git refs (e.g. github:php/php-src@PHP-7.2 as php-7.2.0-dev). The 7.1 syntax doesn't even require an alias and is always expanded to the explicit version.

Do we really need more variation?

@websi
Copy link

websi commented Feb 26, 2019

The command use does not support the short version.

phpbrew use 7.2
php version: 7.2 not exists.

phpbrew use 7.2 should use the latest installed PHP 7.2 version.
This can be used this for the .phpbrewrc in projects

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

No branches or pull requests

4 participants