We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When executing moosh generate-files you get a deprecated warning for function random_bytes_emulate().
moosh generate-files
random_bytes_emulate()
Should use random_bytes() and there should be no deprecated warning.
random_bytes()
moosh generate-files <courseid> 1 1024
The text was updated successfully, but these errors were encountered:
MSH494 - Replace deprecated random_bytes_emulate()
7b53375
Fixes tmuras#494 - use the `random_bytes()` present in currently supported PHP version instead.
036dc52
Fixes #494 - use the `random_bytes()` present in currently supported PHP version instead.
Successfully merging a pull request may close this issue.
Actual behaviour
When executing
moosh generate-files
you get a deprecated warning for functionrandom_bytes_emulate()
.Expected behaviour
Should use
random_bytes()
and there should be no deprecated warning.Steps to reproduce
moosh generate-files <courseid> 1 1024
The text was updated successfully, but these errors were encountered: