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 f79cd18 commit ca89d9aCopy full SHA for ca89d9a
ext/openssl/openssl.c
@@ -1265,6 +1265,7 @@ PHP_MINFO_FUNCTION(openssl)
1265
php_info_print_table_row(2, "OpenSSL support", "enabled");
1266
php_info_print_table_row(2, "OpenSSL Library Version", SSLeay_version(SSLEAY_VERSION));
1267
php_info_print_table_row(2, "OpenSSL Header Version", OPENSSL_VERSION_TEXT);
1268
+ php_info_print_table_row(2, "Openssl default config", default_ssl_conf_filename);
1269
php_info_print_table_end();
1270
DISPLAY_INI_ENTRIES();
1271
}
0 commit comments