Random_Compat: Bump the OpenSSL requirement for windows servers to 5.4.1 while the upstream issue is resolved.

Before PHP 5.4.1 the OpenSSL extension used a OpenSSL provided function which is seemingly slow under some circumstances, PHP 5.4.1+ uses the windows crypto API.

Fixes #34409


git-svn-id: https://develop.svn.wordpress.org/trunk@35587 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2015-11-09 04:49:53 +00:00
parent 13000b7036
commit 645071345f
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ if (PHP_VERSION_ID < 70000) {
PHP_VERSION_ID >= 50300
) ||
// Windows with PHP >= 5.3.4
PHP_VERSION_ID >= 50304
PHP_VERSION_ID >= 50401 // Modification from upstream, see #34409
)
) {
// See random_bytes_openssl.php