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

Set lowest PHP version requirement to 7.0 #110

Closed
ramsey opened this issue Mar 26, 2016 · 8 comments
Closed

Set lowest PHP version requirement to 7.0 #110

ramsey opened this issue Mar 26, 2016 · 8 comments

Comments

@ramsey
Copy link
Owner

ramsey commented Mar 26, 2016

PHP 5.4 is already end-of-life, and 5.5 will EOL on 10 Jul 2016. PHP 5.6 is supported until 31 Dec 2018.

See http://php.net/supported-versions.php

@ramsey ramsey added this to the Version 4.0.0 milestone Mar 26, 2016
@GrahamCampbell
Copy link
Contributor

👍 for dropping 5.4 asap. I think it might be best to hold off on 5.5 for a few months though. Only a few months though. I still want to see it gone. ;)

@ramsey
Copy link
Owner Author

ramsey commented Mar 26, 2016

I probably won't release a 4.0.0 until after 10 July, so I think having 5.6 as the lowest supported version will be fine.

@GrahamCampbell
Copy link
Contributor

Great. ;)

@Spomky
Copy link

Spomky commented Dec 9, 2016

Because PHP 5.6 active support will end by the end of the month and v4.0 has not yet been released, PHP 7.0 could be the minimal requirement for the next major version.
The other benefit is that you can remove the paragonie/random_compat.

@GrahamCampbell
Copy link
Contributor

Because PHP 5.6 active support will end by the end of the month

Not true. Support for php 5.6 has been extended, beyond 7.0 actually.


image
image

@GrahamCampbell
Copy link
Contributor

Oh, active support, meh, well, security support is all that really matters imo. If there are other bugs that don't affect the library in php 5.6, after that point, that's fine, it doesn't affect the library.

@Potherca
Copy link
Contributor

In issue #186 @ramsey has stated

the next major version of ramsey/uuid will target PHP 7+ only

Shouldn't the title of this issue be changes to "Set lowest PHP version requirement to 7.0"?

@ramsey ramsey changed the title Set lowest PHP version requirement to 5.6 Set lowest PHP version requirement to 7.0 Nov 9, 2017
@ramsey
Copy link
Owner Author

ramsey commented Nov 9, 2017

Title changed to use 7.0, given the changes introduced through #189.

@ramsey ramsey closed this as completed Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants