php-src/sapi
Richard Schneeman 89dc8d79a7
cli: Fix swapped output in php --ini (#18557)
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`
2025-05-14 21:36:20 +02:00
..
apache2handler sapi/apache2handler/php_functions.c: No need to rely on argnum (#16143) 2024-09-30 22:09:17 +01:00
cgi Drop support for -z CLI/CGI option 2025-03-03 08:21:56 +01:00
cli cli: Fix swapped output in php --ini (#18557) 2025-05-14 21:36:20 +02:00
embed Merge branch 'PHP-8.3' into PHP-8.4 2025-03-12 08:58:54 +01:00
fpm Fix GH-17645: FPM with httpd ProxyPass does not decode script path 2025-03-25 19:19:55 +01:00
fuzzer Fix fuzzer support after CALL VM changes (#18491) 2025-05-04 13:25:42 +02:00
litespeed Merge branch 'PHP-8.4' 2025-04-27 12:00:31 -04:00
phpdbg [RFC] Add support for attributes on compile-time constants 2025-04-29 11:53:09 -07:00