mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() In #18527, I accidentally swapped the values. This is before my modification: ``` zend_printf("Configuration File (php.ini) Path: %s\n", PHP_CONFIG_FILE_PATH); zend_printf("Loaded Configuration File: %s\n", php_ini_opened_path ? php_ini_opened_path : "(none)"); zend_printf("Scan for additional .ini files in: %s\n", php_ini_scanned_path ? php_ini_scanned_path : "(none)"); ``` - "Loaded Configuration File" should be `php_ini_opened_path` - "Scan for additional .ini files in" shoudl be `php_ini_scanned_path` |
||
---|---|---|
.. | ||
tests | ||
cli.h | ||
cli_win32.c | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
generate_mime_type_map.php | ||
Makefile.frag | ||
mime_type_map.h | ||
php.1.in | ||
php_cli.c | ||
php_cli_process_title.c | ||
php_cli_process_title.h | ||
php_cli_process_title.stub.php | ||
php_cli_process_title_arginfo.h | ||
php_cli_server.c | ||
php_cli_server.h | ||
php_cli_server.stub.php | ||
php_cli_server_arginfo.h | ||
php_http_parser.c | ||
php_http_parser.h | ||
ps_title.c | ||
ps_title.h |