diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml index b4ea5eade6..fb75a63b38 100644 --- a/reference/errorfunc/ini.xml +++ b/reference/errorfunc/ini.xml @@ -1,6 +1,6 @@ -
+
&reftitle.runtime; &extension.runtime; @@ -309,10 +309,14 @@ - If this parameter is set to Off, then memory leaks will not be shown (on - stdout or in the log). This has only effect in a debug compile, and if - error_reporting includes - E_WARNING in the allowed list + If this parameter is set to On (the default), this parameter will show a + report of memory leaks detected by the Zend memory manager. This report + will be send to stderr on Posix platforms. On Windows, it will be send + to the debugger using OutputDebugString(), and can be viewed with tools + like DbgView. + This parameter only has effect in a debug build, and if + error_reporting includes E_WARNING in the allowed + list.