Fix Repo config settings for test/quick
Also clean up some cruft in test/config.hdf
Esse commit está contido em:
@@ -1,23 +1,10 @@
|
||||
Server {
|
||||
InjectedStacktrace = true
|
||||
}
|
||||
|
||||
Eval {
|
||||
EnableXHP = true
|
||||
IncludePaths {
|
||||
* = .
|
||||
* = /usr/local/lib/php
|
||||
* = /usr/local/php/lib/php
|
||||
}
|
||||
AllowHhas = true
|
||||
EnableHipHopSyntax = true
|
||||
EnableObjDestructCall = true
|
||||
}
|
||||
|
||||
Sandbox {
|
||||
MySQLReadTimeout = 5000
|
||||
}
|
||||
|
||||
MySQL {
|
||||
ReadTimeout = 5000
|
||||
}
|
||||
@@ -39,9 +26,3 @@ ErrorHandling {
|
||||
ResourceLimit {
|
||||
SerializationSizeLimit=134217728
|
||||
}
|
||||
|
||||
LintExcludePatterns {
|
||||
* = Server.InjectedStacktrace
|
||||
* = Eval.IncludePaths*
|
||||
* = Sandbox.MySQLReadTimeout
|
||||
}
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
EnableXHP = true
|
||||
EnableHipHopSyntax = true
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
EnableXHP = true
|
||||
EnableHipHopSyntax = true
|
||||
JitEnableRenameFunction = true
|
||||
Referência em uma Nova Issue
Bloquear um usuário