Split off Process::{Daemonize,Exec} into a separate header
commit186bcb233f5de3d7cfbd25fa182ac4c1aa919683
authorAlex Malyshev <alexanderm@fb.com>
Tue, 26 Jul 2016 01:46:56 +0000 (25 18:46 -0700)
committerHhvm Bot <hhvm-bot-bot@fb.com>
Tue, 26 Jul 2016 22:26:36 +0000 (26 15:26 -0700)
treee034943d313004558d9a081020d41d939701eca0
parent128f063dda1db5aa092bfc8e5fb5b4975c7b44b7
Split off Process::{Daemonize,Exec} into a separate header

Summary:
Functionally, these are very different than the other Process static methods,
and they cause build cycles with util/logger.  Give them their own space.
Rename them to proc::{daemonize,exec} along the way.

Reviewed By: mxw

Differential Revision: D3589007

fbshipit-source-id: fe3f7bd42f1e42f29b56b6e94926009824e4ee59
hphp/compiler/compiler.cpp
hphp/runtime/base/program-functions.cpp
hphp/runtime/debugger/cmd/cmd_shell.cpp
hphp/test/ext/test_code_run.cpp
hphp/test/ext/test_server.cpp
hphp/util/process-exec.cpp [new file with mode: 0644]
hphp/util/process-exec.h [new file with mode: 0644]
hphp/util/process.cpp
hphp/util/process.h