PHP’s initialization file, php.ini, is responsible for configuring many aspects of PHP’s behavior. ExeOutput for PHP lets you configure the php.ini file that will be used by your application.
For more specific information, see the official PHP documentation: http://php.net/configuration.file
Warning
Some sections and values are automatically managed by ExeOutput for PHP and should not be modified.
You can search for a specific entry in the php.ini file using the Find in PHP.INI button.
The php.ini file is automatically compiled into the EXE. There is no need to deploy it separately.
The default php.ini file used by ExeOutput for PHP is available in its PHPRuntimeXX subfolder.
Warning
Do not place a custom php.ini file in your source folder.