mirror of
https://github.com/php/php-src.git
synced 2026-04-07 08:02:49 +02:00
Make phpinfo() look nicer.
This commit is contained in:
@@ -314,9 +314,11 @@ PHP_MINIT_FUNCTION(wddx)
|
||||
PHP_MINFO_FUNCTION(wddx)
|
||||
{
|
||||
php_info_print_table_start();
|
||||
php_info_print_table_header(2, "WDDX Support", "enabled" );
|
||||
#if HAVE_PHP_SESSION
|
||||
php_info_print_table_header(2, "WDDX Support", "enabled" );
|
||||
php_info_print_table_row(2, "WDDX Session Serializer", "enabled" );
|
||||
#else
|
||||
php_info_print_table_row(2, "WDDX Support", "enabled" );
|
||||
#endif
|
||||
php_info_print_table_end();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user