PHP Settings - PHP.ini Settings

PHP's initialization file, generally called php.ini, is responsible for configuring many of the aspects of PHP's behavior. ExeOutput for PHP lets you configure the php.ini that will be used for your application.

See the PHP docs for more specific information: 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 specify entry in the PHP.INI thanks to the Find in PHP.INI button.

The php.ini is automatically compiled in the EXE. No need to deploy it separately. The default PHP.INI used is available in the "PHPRuntimeXX" subfolder of ExeOutput for PHP.

Warning

Do not place a PHP.INI file in your source folder.