Closed thekid closed 2 years ago
When reading the following INI file, an Array to string conversion error is raised from preg_replace_callback() inside the util.PropertyExpansion class:
preg_replace_callback()
util.PropertyExpansion
[section] values[]=${env.HOME} values[]=${env.HOMEPATH}
Fix included in https://github.com/xp-framework/core/releases/tag/v11.4.1
When reading the following INI file, an Array to string conversion error is raised from
preg_replace_callback()
inside theutil.PropertyExpansion
class: