Configuration¶
Configuration is a set of data that conditions the execution of the program.
Generally, configuration isn’t changed during the execution of the program.
PHP has three locations for configuration: php.ini, .htaccess and usage of the ini_set() functions.
Each item of configuration is called a directive.
Related : Directives, File, php.ini, Convention, Data Source Name (DSN), Feature Flag, Flag, Magic, Hard Coded, .htaccess, Option