You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm currently - it will add the first Key as a normal "key" and then on finding the second "duplicate" key within the same section - it will convert it to being a list of all the same key. So once they are written out, it would bunch them together again.
so
key = value
# 'comment line'# 'comment line'key = value
# 'comment line'
would end up like this I believe
# 'comment line'# 'comment line'key = value
key = value
# 'comment line'
For example, the php configuration file
php.ini
allows multiple same keys, such asextension=NAME1
,extension=NAME2
.The text was updated successfully, but these errors were encountered: