File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -1077,7 +1077,15 @@ PHP_RSHUTDOWN_FUNCTION(imap)
1077
1077
/* }}} */
1078
1078
1079
1079
#if !defined(CCLIENTVERSION )
1080
- #if HAVE_IMAP2004
1080
+ #if HAVE_IMAP2007e
1081
+ #define CCLIENTVERSION "2007e"
1082
+ #if HAVE_IMAP2007e
1083
+ #define CCLIENTVERSION "2007d"
1084
+ #if HAVE_IMAP2007d
1085
+ #define CCLIENTVERSION "2007b"
1086
+ #elif HAVE_IMAP2007a
1087
+ #define CCLIENTVERSION "2007a"
1088
+ #elif HAVE_IMAP2004
1081
1089
#define CCLIENTVERSION "2004"
1082
1090
#elif HAVE_IMAP2001
1083
1091
#define CCLIENTVERSION "2001"
@@ -1096,6 +1104,10 @@ PHP_MINFO_FUNCTION(imap)
1096
1104
{
1097
1105
php_info_print_table_start ();
1098
1106
php_info_print_table_row (2 , "IMAP c-Client Version" , CCLIENTVERSION );
1107
+ #if HAVE_IMAP2007e
1108
+ php_info_print_table_row (2 , "IMAP c-Client Version" , "2007e" );
1109
+ #if HAVE_IMAP2007d
1110
+ php_info_print_table_row (2 , "IMAP c-Client Version" , "2007d" );
1099
1111
#if HAVE_IMAP2007b
1100
1112
php_info_print_table_row (2 , "IMAP c-Client Version" , "2007b" );
1101
1113
#elif HAVE_IMAP2007a
You can’t perform that action at this time.
0 commit comments