Make WordPress Core


Ignore:
Timestamp:
10/23/2015 04:21:01 AM (9 years ago)
Author:
dd32
Message:

Update to Random_Compat 1.0.9.
This update includes fixes for Windows support & libSodium support, and removes the Throwable Polyfill due to PHP7 incompatibilities.

Fixes #28633

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pluggable.php

    r35339 r35365  
    21892189                $use_random_int_functionality = false;
    21902190            }
    2191         } catch ( Throwable $t ) {
     2191        } catch ( Error $e ) {
    21922192            $use_random_int_functionality = false;
    21932193        } catch ( Exception $e ) {
Note: See TracChangeset for help on using the changeset viewer.