Releases: matomo-org/component-ini
Releases · matomo-org/component-ini
3.0.1
Fixed problem with escaping if string contains '
3.0.0
- Discontinued support for PHP < 7.2 (#19)
- Possibility to manually switch to custom reader implementation (#18)
- Don't use rawValues if raw scanner fails to parse the ini file (#15)
- Fixed writing multi dim array to valid ini (#16)
2.0.2
Merge pull request #13 from open-source-contributions/improve_code_co…
1.0.8
PHP 7.4 compatibility
refs https://github.com/matomo-org/component-ini/pull/10
2.0.1
Minor fix in the parser for better comments parsing
2.0.0
Republished as matomo/ini
1.0.6
Fixed a bug in IniReader::readComments()
. Under circumstances it did not return a comment for a key that defines an array.
1.0.5
New feature to read comments within the ini file
1.0.4
Performance improvements.