IniParser icon indicating copy to clipboard operation
IniParser copied to clipboard

A PHP INI file parser supporting section inheritance, property nesting, and simple arrays

Results 3 IniParser issues
Sort by recently updated
recently updated
newest added

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