Update random_compat to latest master (~1.1.5)

Changes:
 * Checks `disable_classes` for `COM()` before using to avoid PHP Warnings
 * Uses `stream_set_chunk_size()` to avoid reading 8KiB from `/dev/urandom` unintentionally.
See #34948

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


git-svn-id: http://core.svn.wordpress.org/trunk@35886 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2015-12-14 07:46:28 +00:00
parent 36e8fa050f
commit ca7a95df36
3 changed files with 31 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-35920';
$wp_version = '4.5-alpha-35922';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.