zendframework / zend-config

Config component from Zend Framework
BSD 3-Clause "New" or "Revised" License
90 stars 38 forks source link

Adds ability to specify delimiter for key/value pairs #45

Closed weierophinney closed 6 years ago

weierophinney commented 6 years ago

Per #44, this patch adds the ability to specify via the constructor the key/value pair delimiter to use when parsing a JavaProperties file. By default, this will be :, but it can be any non-empty string.