JanTvrdik / PhpVersionSwitcher

Simple and straightforward C# app for switching PHP versions
35 stars 4 forks source link

Content of active configuration file is doubled #24

Closed khorsky closed 7 years ago

khorsky commented 7 years ago

I met a bug in v1.6.0 beta - when switched to specific PHP version, content of php.ini in "active" directory is doubled.

Same configuration in v1.5.0 works perfectly.

My setup: I edited phpDir in PhpVersionSwitcher.json, nothing else.

3 PHP directories, 3 config files 5.6.6 => 5.6.6.ini 5.6.19 => 5.6.19.ini 7.0.4 => 7.0.4.ini

JanTvrdik commented 7 years ago

I think I known where the bug is. Let me check.