Arquivos
hhvm/hphp/test/config.hdf
T
Jordan Delong 363d1bb20f Code move src/ -> hphp/
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.
2013-02-11 02:10:41 -08:00

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
}