Browse Source

Match the table style of the other single-row info entries.

experimental/ZendEngine2
Jon Parise 25 years ago
parent
commit
a2d83ca4a4
  1. 2
      ext/overload/overload.c

2
ext/overload/overload.c

@ -146,7 +146,7 @@ PHP_RSHUTDOWN_FUNCTION(overload)
PHP_MINFO_FUNCTION(overload)
{
php_info_print_table_start();
php_info_print_table_header(2, "User-space object overloading support", "enabled");
php_info_print_table_row(2, "User-space object overloading support", "enabled");
php_info_print_table_end();
/* Remove comments if you have entries in php.ini

Loading…
Cancel
Save