I was wondering why setting the php executable path in the config file given with -c didn't use the value given there and apparently the merge_configs line in container.py is the fault. The argumentparser puts a default of php and by that overwrites what's coming from the config file.
I was wondering why setting the php executable path in the config file given with
-c
didn't use the value given there and apparently themerge_configs
line incontainer.py
is the fault. The argumentparser puts a default ofphp
and by that overwrites what's coming from the config file.PR with fix: #12