Files
WordPress/wp-includes
Dion Hulse 0e322469a6 Use PHP7's random_int() CSPRNG functionality in wp_rand() with a fallback to the random_compat library for PHP 5.x.
`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.

Props sarciszewski
See #28633

Built from https://develop.svn.wordpress.org/trunk@34922


git-svn-id: http://core.svn.wordpress.org/trunk@34887 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-10-08 00:02:24 +00:00
..
2015-10-07 14:07:25 +00:00
2015-07-23 10:03:24 +00:00
2015-06-28 00:17:25 +00:00
2015-10-07 10:36:25 +00:00
2015-06-28 15:27:24 +00:00
2015-06-28 15:27:24 +00:00
2015-09-26 07:04:28 +00:00
2015-09-26 07:04:28 +00:00
2015-09-22 13:44:25 +00:00
2015-10-02 22:48:26 +00:00
2015-10-07 03:02:23 +00:00
2015-06-16 20:01:25 +00:00
2015-10-07 10:36:25 +00:00
2015-09-22 13:03:24 +00:00