<?php phpinfo(int $flags = INFO_ALL): true
<?php ob_start(); phpinfo(INFO_MODULES); $info = ob_get_clean(); if (preg_match('/OpenSSL Library Version => OpenSSL ([\d\.]+)/', $info, $match)) {