363d1bb20f
This change is mostly for FB internal organizational reasons. Building is not effected beyond the fact that the target now lands in hphp/hhvm/hhvm rather than src/hhvm/hhvm.
31 linhas
459 B
Plaintext
31 linhas
459 B
Plaintext
|
|
Log {
|
|
AlwaysLogUnhandledExceptions = false
|
|
}
|
|
|
|
Server {
|
|
AllowedFiles {
|
|
* = hello.php
|
|
* = hphpd.php
|
|
}
|
|
}
|
|
|
|
Eval {
|
|
Debugger {
|
|
EnableDebugger = true
|
|
EnableDebuggerServer = true
|
|
StartupDocument = hphpd_startup.php
|
|
}
|
|
}
|
|
|
|
Log {
|
|
File = /tmp/hphpd_test_error.log
|
|
}
|
|
|
|
Sandbox {
|
|
SandboxMode = true
|
|
ConfFile = sandbox_conf
|
|
# only match hphpd.<user>.sth.sth, not any requests
|
|
Pattern = hphpd\.([a-z0-9_-]+)\.[a-z0-9_-]+\.[a-z0-9_-]+
|
|
}
|