We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb7677 commit 46013f1Copy full SHA for 46013f1
ext/openssl/tests/bug74341.phpt
@@ -2,6 +2,10 @@
2
Bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds)
3
--EXTENSIONS--
4
openssl
5
+--SKIPIF--
6
+<?php
7
+if (OPENSSL_VERSION_NUMBER >= 0x30300000) die('skip For OpenSSL < 3.3');
8
+?>
9
--FILE--
10
<?php
11
0 commit comments