Fix Repo config settings for test/quick

Also clean up some cruft in test/config.hdf
Esse commit está contido em:
mwilliams
2013-04-16 07:01:18 -07:00
commit de Sara Golemon
commit d8f5055660
3 arquivos alterados com 5 adições e 20 exclusões
-19
Ver Arquivo
@@ -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
}
+2 -1
Ver Arquivo
@@ -1,2 +1,3 @@
EnableXHP = true
EnableHipHopSyntax = true
+3
Ver Arquivo
@@ -0,0 +1,3 @@
EnableXHP = true
EnableHipHopSyntax = true
JitEnableRenameFunction = true