diff --git a/hphp/doc/options.compiled b/hphp/doc/options.compiled index 164be6a3a..b7c9b7995 100644 --- a/hphp/doc/options.compiled +++ b/hphp/doc/options.compiled @@ -707,6 +707,8 @@ users can use the same machine serving their own source files. EnableXHP = true # XHP extension NativeXHP = true # Use HPHP to directly handle XHP + VMStackElms = 16384 # Maximum stack size + # debugger Debugger { EnableDebugger = false