Installing/Configuring
PHP Manual

Runtime Configuration

The behaviour of these functions is affected by settings in php.ini.

inclued Configure Options
Name Default Changeable Changelog
inclued.enabled Off PHP_INI_*  
inclued.dumpdir Off PHP_INI_*  
For further details and definitions of the PHP_INI_* constants, see the php.ini directives.

Here's a short explanation of the configuration directives.

inclued.enabled int

Whether or not to enable inclued.

inclued.dumpdir int

Location (path) to the directory that stores inclued files. If set, each PHP request will create a file.

Caution

Because every request creates a file, this directory may fill up fast!


Installing/Configuring
PHP Manual