From: Zeev Suraski Date: Thu, 17 May 2001 13:31:45 +0000 (+0000) Subject: Add missing info X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~381 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89c7b891c96ec79cea4267482cc1819113f2002f;p=php Add missing info --- diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 8feca1bd0d..bb4fb131c4 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -187,6 +187,7 @@ PHP_MINFO_FUNCTION(apache) serv = ((request_rec *) SG(server_context))->server; + php_info_print_table_start(); #ifdef PHP_WIN32 @@ -235,6 +236,7 @@ PHP_MINFO_FUNCTION(apache) php_info_print_table_end(); + DISPLAY_INI_ENTRIES(); { register int i; @@ -285,7 +287,6 @@ PHP_MINFO_FUNCTION(apache) } php_info_print_table_end(); } - } /* This function is equivalent to