Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
fabpot merged 1 commit intosymfony:5.0fromnicolas-grekas:php725
Nov 20, 2019
Merged

Allow PHP ^7.2.5#34443

fabpot merged 1 commit intosymfony:5.0fromnicolas-grekas:php725
Nov 20, 2019

Conversation

@nicolas-grekas
Copy link
Member

@nicolas-grekasnicolas-grekas commentedNov 18, 2019
edited
Loading

QA
Branch?5.0
Bug fix?no
New feature?no
Deprecations?no
TicketsFix#34442
LicenseMIT
Doc PR-

Let's what the CI says.

Will need tagging all contracts as v2.0.1 after merge.

@nicolas-grekas
Copy link
MemberAuthor

Looks good to me (appveyor failure is unrelated - existed before)

@derrabus
Copy link
Member

Out of curiosity: Do you know why7.2.9 was originally picked as minimal requirement?

@nicolas-grekas
Copy link
MemberAuthor

I think it's the version Debian ships

derrabus reacted with thumbs up emoji

Copy link
Member

@lyrixxlyrixx left a 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
Copy link

Why was the min PHP-version lowered to7.2.5 and not7.2?

@nicolas-grekas
Copy link
MemberAuthor

.0 versions are always buggy and we don't want to test with them and workaround these early bugs.

derrabus reacted with thumbs up emoji

@Defcon0
Copy link

mhm, seems to not being accepted?

@Matts
Copy link

Matts commentedNov 19, 2019
edited
Loading

Note:
7.2.5 -> Security fix
7.2.8 -> Security fix

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
Copy link

Could be, but SUSE Linux (up to 15) only has php 7.2.5. This is a major show stopper.

@nicolas-grekas
Copy link
MemberAuthor

Distributions backport security fixes, that's why ppl pay for them. It's not our job to safeguard ppl from themselves :)

xabbuh, derrabus, and ostrolucky reacted with thumbs up emojilyrixx reacted with laugh emojiMatts reacted with rocket emoji

@stof
Copy link
Member

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
Copy link
MemberAuthor

@stof not related to this PR, I noticed these failures before, reported in#34444

@fabpot
Copy link
Member

Thank you@nicolas-grekas.

fabpot added a commit that referenced this pull requestNov 20, 2019
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
@fabpotfabpot merged commit6194c2a intosymfony:5.0Nov 20, 2019
@nicolas-grekasnicolas-grekas deleted the php725 branchNovember 20, 2019 11:12
@Defcon0
Copy link

Will this trickle down to the repo

https://github.com/symfony/contracts/blob/master/composer.json

?

@chalasr
Copy link
Member

@Defcon0 yes, see PR description :)

Should be applied to symfony/*skeleton also

nicolas-grekas reacted with thumbs up emoji

nicolas-grekas added a commit to symfony/website-skeleton that referenced this pull requestNov 20, 2019
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
nicolas-grekas added a commit to symfony/skeleton that referenced this pull requestNov 20, 2019
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
Copy link

@nicolas-grekas Could you please tag the contracts bundle to 2.0.1? We need the fix quite urgently ;-) Thanks!

@GrahamCampbell
Copy link
Contributor

Any news on the 2.0.1 contracts tag?

@derrabus
Copy link
Member

Any news on the 2.0.1 contracts tag?

The core team is probably busy with SymfonyCon right now. Please have a little patience. You can require^2@dev in the meantime, if the missing tag really blocks you.

xabbuh and lyrixx reacted with thumbs up emojilyrixx reacted with heart emoji

javiereguiluz added a commit to symfony/symfony-docs that referenced this pull requestNov 30, 2019
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
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

@lyrixxlyrixxlyrixx approved these changes

@derrabusderrabusderrabus approved these changes

@dunglasdunglasAwaiting requested review from dunglasdunglas is a code owner

@srozesrozeAwaiting requested review from sroze

@xabbuhxabbuhAwaiting requested review from xabbuhxabbuh is a code owner

+1 more reviewer

@darielopperdarielopperdarielopper approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

5.0

Development

Successfully merging this pull request may close these issues.

12 participants

@nicolas-grekas@derrabus@k00ni@Defcon0@Matts@stof@fabpot@chalasr@GrahamCampbell@lyrixx@darielopper@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp