Configuration

Configuration is a set of data that conditions the execution of the program.

Generally, configuration isn’ changed during the execution of the program.

PHP has three location for configuration : php.ini, .htaccess and usage of the ini_set() functions.

Each item of configuration is called a directive.

Documentation