Use Eval.PreludePath from client in CLI Server mode
commit0f372e1c53fea0347e5dde4198cfc54e2c210dcf
authorPaul Bissonnette <paulbiss@fb.com>
Mon, 12 Feb 2018 22:19:05 +0000 (12 14:19 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Mon, 12 Feb 2018 22:26:39 +0000 (12 14:26 -0800)
tree35af367f673602d3fd5224a10cb2ac31fd964c88
parentc49941489141e256fe6cc00d2252e276ed6b3bdc
Use Eval.PreludePath from client in CLI Server mode

Summary: Forward the `hhvm.prelude_path` option to the CLI server. This should be push-safe as it's not adding a new key to the blob sent by the client and the server behavior is independent.

Reviewed By: swtaarrs, markw65

Differential Revision: D6955629

fbshipit-source-id: 77ff2f344ec282f2fbad82cef9c9a10abed3dfac
hphp/runtime/base/program-functions.cpp
hphp/runtime/base/program-functions.h
hphp/runtime/debugger/dummy_sandbox.cpp
hphp/runtime/ext/vsdebug/session.cpp
hphp/runtime/server/cli-server.cpp
hphp/runtime/server/http-request-handler.cpp
hphp/runtime/server/rpc-request-handler.cpp