yaconf icon indicating copy to clipboard operation
yaconf copied to clipboard

A PHP Persistent Configurations Container

Results 5 yaconf issues
Sort by recently updated
recently updated
newest added

我运行了一个由supervisor守护的脚本,用来处理队列数据 当我更新了ini文件配置后 ,使用fastcgi访问的程序已经变更,但是 该脚本在不重启的情况下 获取到的配置值没有变更

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...

I am pleased to announce that this extension is now compiled for Windows by the PHP Extension Repository site. You can download the DLLs on the extension page: https://phpext.phptools.online/extension/configuration/yaconf-27 If...

怎么在ini文件设置一个空数组呢?