Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Allow PHP ^7.2.5#34443
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Allow PHP ^7.2.5#34443
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedNov 18, 2019
Looks good to me (appveyor failure is unrelated - existed before) |
derrabus commentedNov 18, 2019
Out of curiosity: Do you know why |
nicolas-grekas commentedNov 18, 2019
I think it's the version Debian ships |
lyrixx left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
72composer.json, hoho
k00ni commentedNov 19, 2019
Why was the min PHP-version lowered to |
nicolas-grekas commentedNov 19, 2019
.0 versions are always buggy and we don't want to test with them and workaround these early bugs. |
Defcon0 commentedNov 19, 2019
mhm, seems to not being accepted? |
Matts commentedNov 19, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Note: https://www.php.net/ChangeLog-7.php#PHP_7_2 Maybe a good idea to note somewhere that, although Symfony supports 7.2.5, it is advised to always update to latest patch? Also, I would guess the core team already has ideas/has thought about this, but 7.1 security support is being dropped at the end of the month. Same for 7.2 only receiving security patches as of 30 nov. Haven't seen documentation specifically relating to this? (Symfony 3.4 LTS supports 7.0 and up?) |
Defcon0 commentedNov 19, 2019
Could be, but SUSE Linux (up to 15) only has php 7.2.5. This is a major show stopper. |
nicolas-grekas commentedNov 19, 2019
Distributions backport security fixes, that's why ppl pay for them. It's not our job to safeguard ppl from themselves :) |
stof commentedNov 20, 2019
tests are failing for the Cache PdoAdapter and the Lock PdoStore. Not sure whether this is related to the new PHP version or whether they were already broken on Windows. |
nicolas-grekas commentedNov 20, 2019
fabpot commentedNov 20, 2019
Thank you@nicolas-grekas. |
This PR was merged into the 5.0 branch.Discussion----------Allow PHP ^7.2.5| Q | A| ------------- | ---| Branch? | 5.0| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets |Fix#34442| License | MIT| Doc PR | -Let's what the CI says.Will need tagging all contracts as v2.0.1 after merge.Commits-------6194c2a Allow PHP ^7.2.5
Defcon0 commentedNov 20, 2019
Will this trickle down to the repo https://github.com/symfony/contracts/blob/master/composer.json ? |
chalasr commentedNov 20, 2019
@Defcon0 yes, see PR description :) Should be applied to symfony/*skeleton also |
This PR was merged into the 5.0 branch.Discussion----------Update to ^7.2.5Follow up fromsymfony/symfony#34443Commits-------d8b3eb4 Update to ^7.2.5
This PR was merged into the 5.0 branch.Discussion----------Update to ^7.2.5Follow up fromsymfony/symfony#34443Commits-------69e213b Update to ^7.2.5
Defcon0 commentedNov 21, 2019
@nicolas-grekas Could you please tag the contracts bundle to 2.0.1? We need the fix quite urgently ;-) Thanks! |
GrahamCampbell commentedNov 21, 2019
Any news on the 2.0.1 contracts tag? |
derrabus commentedNov 21, 2019
The core team is probably busy with SymfonyCon right now. Please have a little patience. You can require |
This PR was merged into the 5.0 branch.Discussion----------Set PHP Version requirement to 7.2.5Based on the last pull request for 5.0 the minimum PHP Version is 7.2.5symfony/symfony#34443That's also the required version in composer.jsonhttps://github.com/symfony/symfony/blob/5.0/composer.json#L19Commits-------3d50d78 Set PHP Version requirement to 7.2.5
Uh oh!
There was an error while loading.Please reload this page.
Let's what the CI says.
Will need tagging all contracts as v2.0.1 after merge.