PHP Settings - PHP.ini Settings

PHP's initialization file, generally called php.ini, is responsible for configuring many 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 specific entry in the PHP.INI using the Find in PHP.INI button.

The php.ini is automatically compiled in the EXE. There is 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.