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.
45 linhas
561 B
Plaintext
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
|
|
}
|