Arquivos
hhvm/hphp/test/vm/cli.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

45 linhas
561 B
Plaintext

Server {
InjectedStacktrace = true
}
Eval {
EnableXHP = true
IncludePaths {
* = .
* = /usr/local/lib/php
* = /usr/local/php/lib/php
}
}
Sandbox {
MySQLReadTimeout = 5000
}
MySQL {
ReadTimeout = 5000
}
EnvVariables {
HPHP_INTERPRETER = 1
}
ServerVariables {
ALPHA_CONSOLE = 1
TFBENV = 16777216
}
ErrorHandling {
NoticeFrequency = 1
WarningFrequency = 1
}
ResourceLimit {
SerializationSizeLimit=134217728
}
LintExcludePatterns {
* = Server.InjectedStacktrace
* = Eval.IncludePaths*
* = Sandbox.MySQLReadTimeout
}