This repository was archived by the owner on Jan 29, 2026. It is now read-only.
3.5.0
Release Notes for 3.5.0
Added
- Adds a
typedModeflag to the INI reader to support the built-inINI_SCANNER_TYPEDflag onparse_ini_file().
This allows integer, boolean, and null values to be returned as the appropriate types, rather than all being returned as strings.
3.5.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
- 10: Ini scanner mode thanks to @jcsanyi