summaryrefslogtreecommitdiff
path: root/sapi/apache/php_apache.c
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2000-10-13 19:08:05 +0000
committerDaniel Beulshausen <dbeu@php.net>2000-10-13 19:08:05 +0000
commitc6e0cef254ec976bcbfd462bb75b6aea8df820ad (patch)
tree06d9d6c6f3306af67527939956c45f79893eae57 /sapi/apache/php_apache.c
parentce51b944615da22027ead4d59257ece97acdaf93 (diff)
downloadphp-git-c6e0cef254ec976bcbfd462bb75b6aea8df820ad.tar.gz
trivial output change
# someone urged me too
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r--sapi/apache/php_apache.c6
1 files changed, 4 insertions, 2 deletions
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<br>");
+ 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