facebook / hhvm

A virtual machine for executing programs written in Hack.
https://hhvm.com
Other
18.18k stars 2.99k forks source link

Scan directory for all ini files; not just the default #4834

Open JoelMarcey opened 9 years ago

JoelMarcey commented 9 years ago

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

rrh commented 9 years ago

Any progress or thoughts on this?