This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
Nicolas Grekas 337957ad26 minor #17073 [Security] skip bcrypt tests on incompatible platforms (Christian Flothmann, xabbuh)
This PR was merged into the 2.3 branch.

Discussion
----------

[Security] skip bcrypt tests on incompatible platforms

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #17055
| License       | MIT
| Doc PR        |

Not all PHP versions before 5.3.7 have backported fixes that make it
possible to use `password_hash()` function. Therefore, we have to skip
tests on not supported platforms.

Commits
-------

2a6fa7b use requires annotation
65eb188 skip bcrypt tests on incompatible platforms
2015-12-22 12:51:12 +01:00
..
Bridge minor #16790 CS: general fixes (keradus) 2015-12-05 13:33:53 +01:00
Bundle minor #16999 [SecurityBundle] Removing test insulations for a huge perf win (nicolas-grekas) 2015-12-21 19:31:12 +01:00
Component minor #17073 [Security] skip bcrypt tests on incompatible platforms (Christian Flothmann, xabbuh) 2015-12-22 12:51:12 +01:00