Closed dhirtzbruch closed 3 years ago
The PHP default reader implementation raises an error, when the input file contains "bool-ish" values as keys, like
yes = "Yes"
This PR allowes to manually switch to custom reader implementation even if parse_ini_string function is enabled.
parse_ini_string
The PHP default reader implementation raises an error, when the input file contains "bool-ish" values as keys, like
This PR allowes to manually switch to custom reader implementation even if
parse_ini_string
function is enabled.