diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/openssl/tests/openssl_x509_parse_basic.phpt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/openssl/tests/openssl_x509_parse_basic.phpt b/ext/openssl/tests/openssl_x509_parse_basic.phpt index f19e895a4a..59daedcc6b 100644 --- a/ext/openssl/tests/openssl_x509_parse_basic.phpt +++ b/ext/openssl/tests/openssl_x509_parse_basic.phpt @@ -3,14 +3,6 @@ openssl_x509_parse() tests --SKIPIF-- <?php if (!extension_loaded("openssl")) print "skip"; if (OPENSSL_VERSION_NUMBER < 0x10000000) die("skip Output requires OpenSSL 1.0"); -if(substr(PHP_OS, 0, 3) == 'WIN') { - $exp = "W. Europe Standard Time"; - $cmd = "powershell -command [System.TimeZoneInfo]::Local.Id"; - $r = trim(shell_exec($cmd)); - if ($exp !== $r) { - die("skip expect '$exp', got '$r'"); - } -} ?> --FILE-- <?php |
