if (ret == -1)
#else
#if defined(EX_TEMPFAIL)
- if ((ret != EX_OK)&&(ret != EX_TEMPFAIL))
+ if ((ret != EX_OK)&&(ret != EX_TEMPFAIL))
#else
- if (ret != EX_OK)
+ if (ret != EX_OK)
#endif
#endif
{
return 0;
}
- return 1; /* never reached */
+ return 1; /* never reached */
}
/* }}} */
#ifdef PHP_WIN32
if (!sendmail_path) {
- php_info_print_table_row(2, "Internal Sendmail Support for Windows", "enabled");
+ php_info_print_table_row(2, "Internal Sendmail Support for Windows", "enabled");
} else {
- php_info_print_table_row(2, "Path to sendmail", sendmail_path);
+ php_info_print_table_row(2, "Path to sendmail", sendmail_path);
}
#else
- php_info_print_table_row(2, "Path to sendmail", sendmail_path);
+ php_info_print_table_row(2, "Path to sendmail", sendmail_path);
#endif
}
/* }}} */