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.
32 linhas
382 B
Plaintext
32 linhas
382 B
Plaintext
|
|
Log {
|
|
AlwaysLogUnhandledExceptions = false
|
|
RuntimeErrorReportingLevel = 0
|
|
}
|
|
|
|
ErrorHandling {
|
|
EnableHipHopErrors = false
|
|
}
|
|
|
|
Server {
|
|
Port = 8080
|
|
APC.AllowObject = true
|
|
|
|
AllowedFiles {
|
|
0 = string
|
|
}
|
|
}
|
|
|
|
VirtualHost {
|
|
default {
|
|
}
|
|
}
|
|
|
|
Repo {
|
|
Local.Mode = r-
|
|
Central.Path = /var/facebook/hhvm/cli.hhbc
|
|
Eval.Mode = readonly
|
|
Commit = true
|
|
DebugInfo = false
|
|
}
|