IniParser
IniParser copied to clipboard
A PHP INI file parser supporting section inheritance, property nesting, and simple arrays
Replaced with https://www.php.net/manual/en/function.property-exists.php Closes #24
Hi! We are testing PHP7.4 and there's a deprecated feature: https://www.php.net/manual/es/migration74.deprecated.php#migration74.deprecated.core.array-key-exists-objects So, in our system, the line https://github.com/austinhyde/IniParser/blob/master/src/IniParser.php#L197 is throwing this error: Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated....
Allow the use of \r, \n and \t delimiters inside strings