Support environment variables in ini files
Open
ini
php5 incompatibility
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
PHP supports INI settings such as
```
hhvm.server.thread_count = ${WEB_CONCURRENCY}
```
but HHVM doesn't appear to support that. It would be nice for services such as Heroku to automatically tweak values (and probably tons of other uses).
Contributor guide
Assessment
This issue has not been assessed yet.