Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multi-level directory && fix sections coredump bug #29

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

destinyac
Copy link

1、Support multi-level directory
configuration:
yaconf.directory = /tmp/yaconf/
ini file path:
/tmp/yaconf/test/foo.ini
use age:
php7 -r 'var_dump(Yaconf::get("test/foo"));'

2、fix sections coredump bug
eg:foo.ini

name=1
[student:name]
test=2

3、configuration add yaconf.check_type
if it is set to zero (default) will detect ini file's change by directory's mtime ,
otherwise will detect each file's mtime.

laruence added a commit that referenced this pull request Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant