From c6e0cef254ec976bcbfd462bb75b6aea8df820ad Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Fri, 13 Oct 2000 19:08:05 +0000 Subject: trivial output change # someone urged me too --- sapi/apache/php_apache.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sapi/apache/php_apache.c') diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 4f83444752..1aab409f0f 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -179,11 +179,13 @@ PHP_MINFO_FUNCTION(apache) serv = ((request_rec *) SG(server_context))->server; + php_info_print_table_start(); + #ifdef PHP_WIN32 - PUTS("Apache for Windows 95/NT
"); + php_info_print_table_row(1, "Apache for Windows 95/NT"); + php_info_print_table_end(); php_info_print_table_start(); #else - php_info_print_table_start(); php_info_print_table_row(2, "APACHE_INCLUDE", PHP_APACHE_INCLUDE); php_info_print_table_row(2, "APACHE_TARGET", PHP_APACHE_TARGET); #endif -- cgit v1.2.1