mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Make phpinfo() look nicer.
This commit is contained in:
parent
292d9deb18
commit
dd95705ceb
1 changed files with 3 additions and 1 deletions
|
@ -314,9 +314,11 @@ PHP_MINIT_FUNCTION(wddx)
|
||||||
PHP_MINFO_FUNCTION(wddx)
|
PHP_MINFO_FUNCTION(wddx)
|
||||||
{
|
{
|
||||||
php_info_print_table_start();
|
php_info_print_table_start();
|
||||||
php_info_print_table_header(2, "WDDX Support", "enabled" );
|
|
||||||
#if HAVE_PHP_SESSION
|
#if HAVE_PHP_SESSION
|
||||||
|
php_info_print_table_header(2, "WDDX Support", "enabled" );
|
||||||
php_info_print_table_row(2, "WDDX Session Serializer", "enabled" );
|
php_info_print_table_row(2, "WDDX Session Serializer", "enabled" );
|
||||||
|
#else
|
||||||
|
php_info_print_table_row(2, "WDDX Support", "enabled" );
|
||||||
#endif
|
#endif
|
||||||
php_info_print_table_end();
|
php_info_print_table_end();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue