mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
feat(php): make ini values configurable
Refs: OD-28
This commit is contained in:
parent
b121f2fb77
commit
1c7f1f2e2b
2 changed files with 9 additions and 0 deletions
4
templates/php/php.ini.twig
Normal file
4
templates/php/php.ini.twig
Normal file
|
@ -0,0 +1,4 @@
|
|||
# {{ managedText }}
|
||||
|
||||
max_vars_input = 1000
|
||||
memory_limit = {{ php.ini.memory_limit | default('128M') }}
|
Loading…
Add table
Add a link
Reference in a new issue