- Issue created by @armrus
- last update
over 1 year ago 6 pass - @armrus opened merge request.
- last update
about 1 year ago 6 pass - 🇦🇲Armenia armrus
We have found another bug with PHP 5.* versions.
There is error Fatal error: Call to undefined function RandomCompat_intval()Next patch fix the RandomCompact_intval() function call for PHP 5.* version.
- Status changed to Needs review
about 1 year ago 6:24pm 31 August 2023 - last update
about 1 year ago 6 pass - last update
about 1 year ago 6 pass - last update
about 1 year ago Patch Failed to Apply - 🇦🇲Armenia armrus
I found new bug - random_bytes() not working. The library Random Compat fix all issues, I change the random_int.php to the random_compat.phar from https://github.com/paragonie/random_compat
Here is patch and merge_request.Now all works fine for PHP 5.*