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

MSH494 - Replace deprecated random_bytes_emulate() #495

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

martygilbert
Copy link
Contributor

Fixes #494 - use the random_bytes() present in currently supported PHP version instead.

Fixes tmuras#494 - use the `random_bytes()` present in currently supported PHP
version instead.
@tmuras
Copy link
Owner

tmuras commented Jul 11, 2024

I see that https://www.php.net/manual/en/function.random-bytes.php is available in PHP 7 and Moodle 3.9 requires PHP 7.2. So this should be OK, thank you @martygilbert

@tmuras tmuras merged commit 036dc52 into tmuras:master Jul 11, 2024
5 checks passed
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.

Generate Files Uses Deprecated random_bytes_emulate
2 participants