summaryrefslogtreecommitdiff
path: root/ext/yp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/yp')
-rw-r--r--ext/yp/yp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/yp/yp.c b/ext/yp/yp.c
index 1dd3d3d162..fa588260df 100644
--- a/ext/yp/yp.c
+++ b/ext/yp/yp.c
@@ -394,7 +394,8 @@ PHP_RINIT_FUNCTION(yp)
YP(error) = 0;
}
-PHP_MINFO_FUNCTION(yp) {
+PHP_MINFO_FUNCTION(yp)
+{
php_info_print_table_start();
php_info_print_table_row(2, "YP Support", "enabled");
php_info_print_table_end();