We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae36c08 commit 93f9eeaCopy full SHA for 93f9eea
ext/standard/info.c
@@ -380,14 +380,12 @@ PHPAPI void php_print_info(int flag TSRMLS_DC)
380
381
php_info_print_table_row(2, "Configuration File (php.ini) Path", php_ini_opened_path?php_ini_opened_path:PHP_CONFIG_FILE_PATH);
382
383
-#ifdef PHP_CONFIG_FILE_SCAN_DIR
384
if(strlen(PHP_CONFIG_FILE_SCAN_DIR)) {
385
php_info_print_table_row(2, "Scan this dir for additional .ini files", PHP_CONFIG_FILE_SCAN_DIR);
386
if(php_ini_scanned_files) {
387
php_info_print_table_row(2, "additional .ini files parsed", php_ini_scanned_files);
388
}
389
390
-#endif
391
392
snprintf(temp_api, sizeof(temp_api), "%d", PHP_API_VERSION);
393
php_info_print_table_row(2, "PHP API", temp_api);
0 commit comments