mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-09 06:14:10 +07:00
Add ini_file input to set base php.ini
This commit is contained in:
@ -398,6 +398,12 @@ Disable coverage for these reasons:
|
||||
- Shared extensions prefixed with `:` are disabled.
|
||||
- See [PHP extension support](#heavy_plus_sign-php-extension-support) for more info.
|
||||
|
||||
#### `ini-file` (optional)
|
||||
|
||||
- Specify the base `php.ini` file.
|
||||
- Accepts `production`, `development` or `none`.
|
||||
- By default, production `php.ini` file is used.
|
||||
|
||||
#### `ini-values` (optional)
|
||||
|
||||
- Specify the values you want to add to `php.ini`.
|
||||
|
Reference in New Issue
Block a user