Remove `hhvm.eval.XXX` ini settings
commitaad61e98cbb4b2f36858f0a2f7a935958f6883a2
authorJoel Marcey <joelm@fb.com>
Wed, 20 Aug 2014 01:29:12 +0000 (19 18:29 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Wed, 20 Aug 2014 01:30:24 +0000 (19 18:30 -0700)
treed74c92153db10bb98cf5df47bf0518fab6dd39c5
parent0b807d64a475fc0fb7b95bb94e8cbe26c4b48596
Remove `hhvm.eval.XXX` ini settings

Summary: We don't want `.eval.` in our ini settings (see `config.cpp::normalize()`). Let's get rid of them.

`hhvm.eval.jit` and `hhvm.eval.jit_psuedomain` are already being bound via the `EVALFLAGS() #define` in `runtime-option.cpp`, so that was duplication anyway.

`hhvm.eval.enable_xhp` was being duplicate bound as well. So just removed that duplication.

Reviewed By: @fredemmott

Differential Revision: D1506750
hphp/runtime/base/runtime-option.cpp
hphp/test/slow/xhp/enable_xhp.php