mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
`random_compat` offers a set of compatible functions for older versions of PHP, filling in the gap by using other PHP extensions when available. We still include our existing `wp_rand()` functionality as a fallback for when no proper CSPRNG exists on the system. Take Two, this was previously committed in [34922] but had an issue on PHP 5.2 which sarciszewski has now resolved. Props sarciszewski See #28633 git-svn-id: https://develop.svn.wordpress.org/trunk@34981 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| byte_safe_strings.php | ||
| error_polyfill.php | ||
| random_bytes_com_dotnet.php | ||
| random_bytes_dev_urandom.php | ||
| random_bytes_mcrypt.php | ||
| random_bytes_openssl.php | ||
| random_int.php | ||
| random.php | ||