2018-08-03 22:50:36 +00:00
|
|
|
# PHP ini directory
|
|
|
|
|
|
|
|
## General
|
|
|
|
|
|
|
|
* Add you custom php.ini files into this directory.
|
|
|
|
* Only files ending by `.ini` will be enabled
|
|
|
|
* Only files ending by `.ini` are ignored by git
|
|
|
|
|
|
|
|
|
|
|
|
## Example files
|
|
|
|
|
2019-01-28 01:34:39 +00:00
|
|
|
This directory also holds three example files:
|
2018-08-03 22:50:36 +00:00
|
|
|
|
2019-01-28 01:34:39 +00:00
|
|
|
| File | Description |
|
|
|
|
|------------------------------|-----------------------------------------|
|
|
|
|
| `devilbox-php.ini-blackfire` | Blackfire configuration |
|
|
|
|
| `devilbox-php.ini-default` | Represents current PHP default settings |
|
|
|
|
| `devilbox-php.ini-xdebug ` | Example settings for Xdebug |
|
2018-08-03 22:50:36 +00:00
|
|
|
|
|
|
|
* Do not edit these example files!
|
|
|
|
* Copy them to a new file (in case you want to use them)
|
|
|
|
|
|
|
|
|
|
|
|
## Overwriting
|
|
|
|
|
|
|
|
If multiple `.ini` files are present in this directory specifying different values for the
|
|
|
|
same settings, the last file (alphabetically by filename) will overwrite any previous values.
|