1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00

trivial output change

# someone urged me too
This commit is contained in:
Daniel Beulshausen
2000-10-13 19:08:05 +00:00
parent ce51b94461
commit c6e0cef254
+4 -2
View File
@@ -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