Modify the phpinfo to display either or not the SSL support is enabled

v1.1
Pierrick Charron 2010-10-16 03:50:50 +00:00
parent df9b30bbb3
commit e95a759e70
1 changed files with 2 additions and 0 deletions

View File

@ -429,6 +429,8 @@ PHP_MINFO_FUNCTION(stomp)
php_info_print_table_row(2, "API version", PHP_STOMP_VERSION);
#if HAVE_STOMP_SSL
php_info_print_table_row(2, "SSL Support", "enabled");
#else
php_info_print_table_row(2, "SSL Support", "disabled");
#endif
php_info_print_table_end();
DISPLAY_INI_ENTRIES();