diff --git a/hphp/test/config.hdf b/hphp/test/config.hdf index 38625f974..44b470f5f 100644 --- a/hphp/test/config.hdf +++ b/hphp/test/config.hdf @@ -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 -} diff --git a/hphp/test/hphp_config.hdf b/hphp/test/hphp_config.hdf index 560244817..831a0c5d3 100644 --- a/hphp/test/hphp_config.hdf +++ b/hphp/test/hphp_config.hdf @@ -1,2 +1,3 @@ EnableXHP = true -EnableHipHopSyntax = true + + diff --git a/hphp/test/quick/hphp_config.hdf b/hphp/test/quick/hphp_config.hdf new file mode 100644 index 000000000..46c3154f8 --- /dev/null +++ b/hphp/test/quick/hphp_config.hdf @@ -0,0 +1,3 @@ +EnableXHP = true +EnableHipHopSyntax = true +JitEnableRenameFunction = true \ No newline at end of file