Scan directory for all ini files; not just the default
Open
ini
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
https://github.com/facebook/hhvm/blob/master/hphp/runtime/base/program-functions.cpp#L1338
only looks for a single php.ini file. Why doesn't it do a full directory scan of /etc/hhvm and load all _.ini files in lexical order, or all php_.ini files, or ...?
From @rrh
Contributor guide
Assessment
This issue has not been assessed yet.