1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.2' into PHP-8.3

This commit is contained in:
Jakub Zelenka
2024-06-09 12:40:51 +01:00

View File

@@ -2,6 +2,10 @@
Bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds)
--EXTENSIONS--
openssl
--SKIPIF--
<?php
if (OPENSSL_VERSION_NUMBER >= 0x30300000) die('skip For OpenSSL < 3.3');
?>
--FILE--
<?php