mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
Add missing info
This commit is contained in:
@@ -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...-->
|
||||
|
||||
Reference in New Issue
Block a user