Skip to content
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

Replace SecureRandom with random_bytes #1532

Merged
merged 1 commit into from
Jul 28, 2016

Conversation

jrjohnson
Copy link
Member

Symfony has deprecated the SecureRandom class in favor of the built in
php function. In order to maintain compatibility with PHP < 7 we need
the compat library as well.

Fixes #1530

Symfony has deprecated the SecureRandom class in favor of the built in
php function.  In order to maintain compatibility with PHP < 7 we need
the compat library as well.
@stopfstedt stopfstedt merged commit 160940c into ilios:master Jul 28, 2016
@jrjohnson jrjohnson deleted the 1530-securerandom branch July 28, 2016 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants