PHP

From Rixort Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

PHP is a programming language predominantly designed and used for web development.

Using environment variables in INI files

PHP INI configuration files can take their values from environment variables using ${ENV_VAR}, e.g.

 date.timezone = ${DATE_TIMEZONE}

Articles