Skip to content

Commit 82e6040

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
2 parents 7bab3a3 + 46013f1 commit 82e6040

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/openssl/tests/bug74341.phpt

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds)
33
--EXTENSIONS--
44
openssl
5+
--SKIPIF--
6+
<?php
7+
if (OPENSSL_VERSION_NUMBER >= 0x30300000) die('skip For OpenSSL < 3.3');
8+
?>
59
--FILE--
610
<?php
711

0 commit comments

Comments
 (0)