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
Version | Release | Download |
1.1.2 | 2022-05-19 | yaconf-1.1.2.tgz |
1.1.1 | 2021-12-16 | yaconf-1.1.1.tgz |
1.1.0 | 2020-03-12 | yaconf-1.1.0.tgz |
1.0.8 | 2019-12-23 | yaconf-1.0.8.tgz |
1.0.7 | 2017-12-31 | yaconf-1.0.7.tgz |
Version | Message |
1.1.2 | - Fixed ISSUE #67 (parsing bug with PHP8.1) |
1.1.1 |
- Fixed build with PHP8.1 - Change to using stub.php generated arginfos |
1.1.0 |
- Refactor Yaconf for performance - Around 40% time reduced according to benchmark |
1.0.8 |
- Fixed PHP-7.4 build - Added Yaconf::__debug_info method for debug purpose |
1.0.7 |
- Fixed PHP-7.2 build - Fixed HT flags |