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

[Finder] Check PHP version before applying a workaround for a PHP bug#17134

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

Closed
alebo wants to merge4 commits intosymfony:2.3fromalebo:ticket_4922_improvement

Conversation

@alebo
Copy link
Contributor

QA
Bug fix?no
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets--
LicenseMIT
Doc PR--

Copy link
Contributor

Choose a reason for hiding this comment

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

https://bugs.php.net/bug.php?id=68557 says

Confirmed fixed under PHP 5.5.22.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

I'd double-checked before making the change. It's not fixed in 5.5.22. Also, the fix is listed only in
http://php.net/ChangeLog-5.php#5.5.23

@aleboaleboforce-pushed theticket_4922_improvement branch fromb067fa2 tode24c81CompareDecember 24, 2015 22:45
Copy link
Member

Choose a reason for hiding this comment

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

We use thePHP_VERSION_ID constant for this:

if (PHP_VERSION_ID <50523 ||PHP_VERSION_ID >=50600 &&PHP_VERSION_ID <50607) {// ...}

@aleboaleboforce-pushed theticket_4922_improvement branch fromdc5cec6 to4d97385CompareJanuary 10, 2016 21:53
@fabpot
Copy link
Member

Thank you@alebo.

fabpot added a commit that referenced this pull requestJan 25, 2016
…for a PHP bug (alebo)This PR was squashed before being merged into the 2.3 branch (closes#17134).Discussion----------[Finder] Check PHP version before applying a workaround for a PHP bug| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | --| License       | MIT| Doc PR        | --Commits-------cba206a [Finder] Check PHP version before applying a workaround for a PHP bug
@fabpotfabpot closed thisJan 25, 2016
jakzal added a commit to jakzal/symfony that referenced this pull requestMar 8, 2016
jakzal added a commit to jakzal/symfony that referenced this pull requestMar 9, 2016
fabpot added a commit that referenced this pull requestMar 9, 2016
This PR was merged into the 2.3 branch.Discussion----------[Finder] Partially revert#17134 to fix a regression| Q             | A| ------------- | ---| Branch        | 2.3| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#18013| License       | MIT| Doc PR        | -Commits-------ead1824 [Finder] Partially revert#17134 to fix a regression
nicolas-grekas added a commit that referenced this pull requestMar 10, 2016
* 2.3:  [Finder] Partially revert#17134 to fix a regression  [HttpKernel] Fix mem usage when stripping the prod container  exception when registering bags for started sessionsConflicts:src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.phpsrc/Symfony/Component/HttpKernel/Kernel.php
nicolas-grekas added a commit that referenced this pull requestMar 10, 2016
* 2.7:  [Finder] Partially revert#17134 to fix a regression  [HttpKernel] Fix mem usage when stripping the prod container  exception when registering bags for started sessionsConflicts:src/Symfony/Component/Validator/composer.json
nicolas-grekas added a commit that referenced this pull requestMar 10, 2016
* 2.8:  [Finder] Partially revert#17134 to fix a regression  [HttpKernel] Fix mem usage when stripping the prod container  exception when registering bags for started sessionsConflicts:src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.phpsrc/Symfony/Component/Validator/composer.json
nicolas-grekas added a commit that referenced this pull requestMar 10, 2016
* 3.0: (28 commits)  [Console] Fix an autocompletion question helper issue with non-sequentially indexed choices  [Process] Fix pipes handling  [Finder] Partially revert#17134 to fix a regression  Mentioned the deprecation of deep parameters in UPGRADE files  [HttpKernel] Fix mem usage when stripping the prod container  [Filesystem] Fix false positive in ->remove()  [Filesystem] Cleanup/sync with 2.3  [Validator] Fix the locale validator so it treats a locale alias as a valid locale  [HttpFoundation] Fix transient test  [HttpFoundation] Add a dependency on the mbstring polyfill  [2.7] update readme files for new components  add readme files where missing  [2.8] update readme files for new components  fix lowest TwigBridge deps versions  reference form type by name on Symfony 2.7  [EventDispatcher] fix syntax error  Don't use reflections when possible  Don't use reflections when possible  [Form] Update form tests after the ICU data update  [Intl] Update tests and the number formatter to match behaviour of the intl extension  ...Conflicts:src/Symfony/Component/Ldap/README.mdsrc/Symfony/Component/Security/Core/README.mdsrc/Symfony/Component/Security/Csrf/README.mdsrc/Symfony/Component/Security/Http/README.md
@fabpotfabpot mentioned this pull requestMar 13, 2016
This was referencedMar 25, 2016
ostrolucky pushed a commit to ostrolucky/symfony that referenced this pull requestMar 25, 2018
* 3.0: (28 commits)  [Console] Fix an autocompletion question helper issue with non-sequentially indexed choices  [Process] Fix pipes handling  [Finder] Partially revertsymfony#17134 to fix a regression  Mentioned the deprecation of deep parameters in UPGRADE files  [HttpKernel] Fix mem usage when stripping the prod container  [Filesystem] Fix false positive in ->remove()  [Filesystem] Cleanup/sync with 2.3  [Validator] Fix the locale validator so it treats a locale alias as a valid locale  [HttpFoundation] Fix transient test  [HttpFoundation] Add a dependency on the mbstring polyfill  [2.7] update readme files for new components  add readme files where missing  [2.8] update readme files for new components  fix lowest TwigBridge deps versions  reference form type by name on Symfony 2.7  [EventDispatcher] fix syntax error  Don't use reflections when possible  Don't use reflections when possible  [Form] Update form tests after the ICU data update  [Intl] Update tests and the number formatter to match behaviour of the intl extension  ...Conflicts:src/Symfony/Component/Ldap/README.mdsrc/Symfony/Component/Security/Core/README.mdsrc/Symfony/Component/Security/Csrf/README.mdsrc/Symfony/Component/Security/Http/README.md
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

8 participants

@alebo@fabpot@dunglas@jakzal@nicolas-grekas@Tobion@xabbuh@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp