]> granicus.if.org Git - php/commitdiff
- #elif
authorPierre Joye <pajoye@php.net>
Sat, 25 Apr 2009 15:13:00 +0000 (15:13 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 25 Apr 2009 15:13:00 +0000 (15:13 +0000)
ext/imap/php_imap.c

index 8ebdd8b5d8875abd76d42b528a392e5480b2d364..d8616ed95ea3eddda322830fc0e370e01433cbe6 100644 (file)
@@ -1079,9 +1079,9 @@ PHP_RSHUTDOWN_FUNCTION(imap)
 #if !defined(CCLIENTVERSION)
 #if HAVE_IMAP2007e
 #define CCLIENTVERSION "2007e"
-#if HAVE_IMAP2007e
+#elif HAVE_IMAP2007e
 #define CCLIENTVERSION "2007d"
-#if HAVE_IMAP2007d
+#elif HAVE_IMAP2007b
 #define CCLIENTVERSION "2007b"
 #elif HAVE_IMAP2007a
 #define CCLIENTVERSION "2007a"
@@ -1106,9 +1106,9 @@ PHP_MINFO_FUNCTION(imap)
        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");
-#if HAVE_IMAP2007d
+#elif HAVE_IMAP2007d
        php_info_print_table_row(2, "IMAP c-Client Version", "2007d");
-#if HAVE_IMAP2007b
+#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");