Na działanie tych funkcji wpływają ustawienia zawarte w pliku php.ini.
Nazwa | Domyślnie | Możliwość zmian | Changelog |
---|---|---|---|
inclued.enabled | Off | PHP_INI_* | |
inclued.dumpdir | Off | PHP_INI_* |
Szczegóły i definicje dotyczące działania PHP_INI_* znajdują się w rozdziale Where a configuration setting may be set.
Oto krótkie wyjaśnienie dyrektyw konfiguracji.
Whether or not to enable inclued.
Location (path) to the directory that stores inclued files. If set, each PHP request will create a file.
Because every request creates a file, this directory may fill up fast!