yaconf 1.1.3

PHP Persistent Configurations Container


Yaconf is a configurations container, it parses ini files, and store the result in PHP when PHP is started

License: PHP

Changes

- Fixed memory leak with PHP 8.1
- Fixed garbage value being returned when an INI file is unreadable
- Fixed Yaconf::get() with paths deeper than a scalar value
- Fixed section inheritance from numeric section names
- Fixed fatal error and a memory leak in the startup scan