mirror of
https://github.com/php/php-src.git
synced 2024-12-16 21:37:49 +08:00
- Clearified which version of libmcrypt is enabled
# Request by Olivier Cahagne
This commit is contained in:
parent
65bb194d65
commit
28273dfaa2
@ -373,8 +373,11 @@ PHP_MINFO_FUNCTION(mcrypt)
|
||||
|
||||
php_info_print_table_start();
|
||||
php_info_print_table_header(2, "mcrypt support", "enabled");
|
||||
#if HAVE_LIBMCRYPT22
|
||||
php_info_print_table_row(2, "version", "2.2.x");
|
||||
#endif
|
||||
#if HAVE_LIBMCRYPT24
|
||||
php_info_print_table_row(2, "API Version", ">= 20000320");
|
||||
php_info_print_table_row(2, "version", "2.4.x");
|
||||
php_info_print_table_row(2, "Supported ciphers", tmp);
|
||||
php_info_print_table_row(2, "Supported modes", tmp2);
|
||||
efree (tmp2);
|
||||
|
Loading…
Reference in New Issue
Block a user