]> granicus.if.org Git - php/commitdiff
Add missing info
authorZeev Suraski <zeev@php.net>
Thu, 17 May 2001 13:31:45 +0000 (13:31 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 17 May 2001 13:31:45 +0000 (13:31 +0000)
sapi/apache/php_apache.c

index 8feca1bd0dd80776a8aed7785758a041e1547e53..bb4fb131c49cfecafdcec4266f56e579b651dc1a 100644 (file)
@@ -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 <!--#include virtual...-->