diff options
author | Zeev Suraski <zeev@php.net> | 2001-05-17 13:31:45 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-05-17 13:31:45 +0000 |
commit | 89c7b891c96ec79cea4267482cc1819113f2002f (patch) | |
tree | cae6d378c307334d23f2d065de8c2dfca932b921 | |
parent | c7464b7d6acdefa8d0ea0ecf90c202f0035af01a (diff) | |
download | php-git-89c7b891c96ec79cea4267482cc1819113f2002f.tar.gz |
Add missing info
-rw-r--r-- | sapi/apache/php_apache.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <!--#include virtual...--> |