From b86cce628297a6cea8296e04db596abae0dbbbba Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Thu, 16 May 2013 11:35:55 -0700 Subject: [PATCH] document VMStackElms This whole doc needs some love but at least it is documented. closes #729 --- hphp/doc/options.compiled | 2 ++ 1 file changed, 2 insertions(+) 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