mirror of
https://github.com/php/php-src.git
synced 2024-12-17 13:59:28 +08:00
- remove duplicate definition
This commit is contained in:
parent
7e5a07ab93
commit
73aa2a66d4
@ -1104,25 +1104,6 @@ PHP_MINFO_FUNCTION(imap)
|
||||
{
|
||||
php_info_print_table_start();
|
||||
php_info_print_table_row(2, "IMAP c-Client Version", CCLIENTVERSION);
|
||||
#if HAVE_IMAP2007e
|
||||
php_info_print_table_row(2, "IMAP c-Client Version", "2007e");
|
||||
#elif HAVE_IMAP2007d
|
||||
php_info_print_table_row(2, "IMAP c-Client Version", "2007d");
|
||||
#elif HAVE_IMAP2007b
|
||||
php_info_print_table_row(2, "IMAP c-Client Version", "2007b");
|
||||
#elif HAVE_IMAP2007a
|
||||
php_info_print_table_row(2, "IMAP c-Client Version", "2007a");
|
||||
#elif HAVE_IMAP2004
|
||||
php_info_print_table_row(2, "IMAP c-Client Version", "2004");
|
||||
#elif HAVE_IMAP2001
|
||||
php_info_print_table_row(2, "IMAP c-Client Version", "2001");
|
||||
#elif HAVE_IMAP2000
|
||||
php_info_print_table_row(2, "IMAP c-Client Version", "2000");
|
||||
#elif defined(IMAP41)
|
||||
php_info_print_table_row(2, "IMAP c-Client Version", "4.1");
|
||||
#else
|
||||
php_info_print_table_row(2, "IMAP c-Client Version", "4.0");
|
||||
#endif
|
||||
#if HAVE_IMAP_SSL
|
||||
php_info_print_table_row(2, "SSL Support", "enabled");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user