|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2019-04-17 10:44 UTC] cmb@php.net
-Type: Documentation Problem
+Type: Bug
-Package: Documentation problem
+Package: *General Issues
[2019-04-17 10:44 UTC] cmb@php.net
[2019-04-17 10:50 UTC] srspam+phpnet at icloud dot com
[2020-12-23 17:17 UTC] cmb@php.net
-Package: *General Issues
+Package: PHP options/info functions
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 05:00:01 2025 UTC |
Description: ------------ The `-n` option for the CLI and FPM SAPI's is documented as simply: No php.ini file will be used When used alone, this is correct, however I believe the true functionality would be better represented by a statement similar to the following: No default php.ini or additional configuration files (set by the --with-config-file-scan-dir configure option at build time or the PHP_INI_SCAN_DIR environment variable) will be loaded. Configuration files specified by the `-c` option *will* still be loaded.