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

[Form] fix support for years outside of the 32b range on x86 arch#41394

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
nicolas-grekas merged 1 commit intosymfony:4.4fromnicolas-grekas:fix32b
May 24, 2021

Conversation

@nicolas-grekas
Copy link
Member

QA
Branch?4.4
Bug fix?yes
New feature?no
Deprecations?no
Tickets-
LicenseMIT
Doc PR-

->method('loadTokenBySeries')
->with('series1')
->willReturn(newPersistentToken(InMemoryUser::class,'wouter','series1','tokenvalue',new \DateTime('-'.(31536000 -1).'years')));
->willReturn(newPersistentToken(InMemoryUser::class,'wouter','series1','tokenvalue',new \DateTime('-'.(31536000 -1).'months')));
Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

/cc@wouterj WDYT?

Copy link
Member

@wouterjwouterjMay 24, 2021
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

To me, seems like we can even make this'-'.(31536000 + 1).' seconds'?

nicolas-grekas reacted with thumbs up emoji
thrownewMethodArgumentValueNotImplementedException(__METHOD__,'timestamp',$timestamp,$message);
}

if (\is_string($timestamp) &&$dt = \DateTime::createFromFormat('U',$timestamp)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This should also be applied to the polyfills repo, right ?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@nicolas-grekasnicolas-grekas changed the title[Form] fix support for years in on x86 arch[Form] fix support for years outside of the 32b range on x86 archMay 24, 2021
@nicolas-grekasnicolas-grekas modified the milestones:6.0,4.4May 24, 2021
@nicolas-grekasnicolas-grekas merged commit7ccda8e intosymfony:4.4May 24, 2021
@nicolas-grekasnicolas-grekas deleted the fix32b branchMay 24, 2021 10:32
This was referencedMay 31, 2021
nicolas-grekas added a commit that referenced this pull requestJun 3, 2025
…86 arch on PHP 8.4 (nicolas-grekas)This PR was merged into the 6.4 branch.Discussion----------[Yaml] fix support for years outside of the 32b range on x86 arch on PHP 8.4| Q             | A| ------------- | ---| Branch?       | 6.4| Bug fix?      | yes| New feature?  | no| Deprecations? | no| Issues        | -| License       | MITSimilar to#41394 but for PHP 8.4Commits-------c2f9a7c [Yaml] fix support for years outside of the 32b range on x86 arch on PHP 8.4
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@stofstofstof approved these changes

@xabbuhxabbuhAwaiting requested review from xabbuhxabbuh is a code owner

@ycerutoycerutoAwaiting requested review from ycerutoyceruto is a code owner

@chalasrchalasrAwaiting requested review from chalasr

@wouterjwouterjAwaiting requested review from wouterj

@dunglasdunglasAwaiting requested review from dunglas

@lyrixxlyrixxAwaiting requested review from lyrixx

Assignees

No one assigned

Projects

None yet

Milestone

4.4

Development

Successfully merging this pull request may close these issues.

4 participants

@nicolas-grekas@stof@wouterj@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp