devilbox/cfg/php-ini-7.2
2022-12-25 17:37:58 +01:00
..
.keepme Make PHP-FPM configurable 2018-04-14 10:17:48 +02:00
devilbox-php.ini-blackfire Provide default blackfire php.ini files 2019-01-28 02:37:35 +01:00
devilbox-php.ini-default Generalize php.ini default configuration 2018-08-04 22:09:12 +02:00
devilbox-php.ini-xdebug Adjust test and examples according to Xdebug 3.0 2020-12-12 19:04:35 +01:00
README.md Add PHP version number to README files in cfg/ dir 2022-12-25 17:37:58 +01:00

PHP 7.2 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

This directory also holds three example files:

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
  • 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.