-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
kylekatarnls
commented
Aug 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 |
The minimum version of SF 3.4 isn't PHP 5.3 or I forgot something? |
The minimum compatibility of symfony/phpunit-bridge is PHP 5.3 |
I used ^3.4 in my Travis-CI test for PHP 5.3 and it suddenly broke with the version 3.4.31. |
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 people understand your PR and can be used as a start for the documentation. Additionally (see https://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 ------- dede158 Fix #33395 PHP 5.3 compatibility
A pleasure to help as it's a pleasure to use Symfony. |
Supporting EOL PHP versions should be considered a security vulnerability and fixed IMHO |
@fmonts symfony/phpunit-bridge is about running tests. Allowing other projects supporting these PHP versions to use our uptodate test tool is actually reducing our maintenance burden. |
hmm ok, it was just strange to read this commit message in the 4.3 changelog |