We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bab3a3 + 46013f1 commit 82e6040Copy full SHA for 82e6040
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