We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8ea63 commit 6cf8c80Copy full SHA for 6cf8c80
mcrypt.c
@@ -480,7 +480,8 @@ PHP_MINFO_FUNCTION(mcrypt) /* {{{ */
480
php_info_print_table_start();
481
php_info_print_table_header(2, "mcrypt support", "enabled");
482
php_info_print_table_header(2, "mcrypt_filter support", "enabled");
483
- php_info_print_table_row(2, "Version", LIBMCRYPT_VERSION);
+ php_info_print_table_row(2, "Extension version", PHP_MCRYPT_VERSION);
484
+ php_info_print_table_row(2, "Library version", LIBMCRYPT_VERSION);
485
php_info_print_table_row(2, "Api No", mcrypt_api_no);
486
php_info_print_table_row(2, "Supported ciphers", ZSTR_VAL(tmp1.s));
487
php_info_print_table_row(2, "Supported modes", ZSTR_VAL(tmp2.s));
0 commit comments