Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Fix #33395 PHP 5.3 compatibility#33396
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
kylekatarnls commentedAug 30, 2019
| Q | A |
|---|---|
| Branch? | 3.4 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #33395 |
| License | MIT |
michaljusiega commentedAug 30, 2019
The minimum version of SF 3.4 isn't PHP 5.3 or I forgot something? |
kylekatarnls commentedAug 30, 2019
The minimum compatibility of symfony/phpunit-bridge is PHP 5.3 |
kylekatarnls commentedAug 30, 2019
I used ^3.4 in my Travis-CI test for PHP 5.3 and it suddenly broke with the version 3.4.31. |
fabpot commentedAug 30, 2019
Thank you@kylekatarnls. |
This PR was merged into the 3.4 branch.Discussion----------Fix#33395 PHP 5.3 compatibility| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#33395| License | MIT<!--Replace this notice by a short README for your feature/bugfix. This will help peopleunderstand your PR and can be used as a start for the documentation.Additionally (seehttps://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch.-->Commits-------dede158Fix#33395 PHP 5.3 compatibility
kylekatarnls commentedAug 30, 2019
A pleasure to help as it's a pleasure to use Symfony. |
fmonts commentedOct 8, 2019
Supporting EOL PHP versions should be considered a security vulnerability and fixed IMHO |
stof commentedOct 8, 2019
@fmonts symfony/phpunit-bridge is about running tests. Allowing other projects supporting these PHP versions to use our uptodate test tool is actuallyreducing our maintenance burden. |
fmonts commentedOct 8, 2019
hmm ok, it was just strange to read this commit message in the 4.3 changelog |