1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 09:33:06 +02:00

add VDIR info

This commit is contained in:
Thies C. Arntzen
2000-04-21 16:20:11 +00:00
parent 75a00321c3
commit 1651fbff64

View File

@@ -178,6 +178,12 @@ PHPAPI void php_print_info(int flag)
php_info_print_table_row(2, "Server API", sapi_module.name );
}
#ifdef VIRTUAL_DIR
php_info_print_table_row(2, "Virtual Directory Support", "enabled" );
#else
php_info_print_table_row(2, "Virtual Directory Support", "disabled" );
#endif
php_info_print_table_row(2, "Configuration File (php.ini) Path", CONFIGURATION_FILE_PATH );
#if ZEND_DEBUG