Skip to content

Commit 93f9eea

Browse files
committed
Revert. The problem lies elsewhere.
1 parent ae36c08 commit 93f9eea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/standard/info.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,14 +380,12 @@ PHPAPI void php_print_info(int flag TSRMLS_DC)
380380

381381
php_info_print_table_row(2, "Configuration File (php.ini) Path", php_ini_opened_path?php_ini_opened_path:PHP_CONFIG_FILE_PATH);
382382

383-
#ifdef PHP_CONFIG_FILE_SCAN_DIR
384383
if(strlen(PHP_CONFIG_FILE_SCAN_DIR)) {
385384
php_info_print_table_row(2, "Scan this dir for additional .ini files", PHP_CONFIG_FILE_SCAN_DIR);
386385
if(php_ini_scanned_files) {
387386
php_info_print_table_row(2, "additional .ini files parsed", php_ini_scanned_files);
388387
}
389388
}
390-
#endif
391389

392390
snprintf(temp_api, sizeof(temp_api), "%d", PHP_API_VERSION);
393391
php_info_print_table_row(2, "PHP API", temp_api);

0 commit comments

Comments
 (0)