mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Clarify report_memleak ini option (patch by Roel Vanhout <roel.vanhout@gmail.com>)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310262 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
188f281461
commit
56db7ad1df
1 changed files with 9 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<section xml:id="errorfunc.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
<section xml:id="errorfunc.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
<para>
|
||||
|
@ -309,10 +309,14 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
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
|
||||
<link linkend="ini.error-reporting">error_reporting</link> includes
|
||||
<constant>E_WARNING</constant> 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 <link xlink:href='&url.dbgview;'>DbgView</link>.
|
||||
This parameter only has effect in a debug build, and if
|
||||
error_reporting includes <constant>E_WARNING</constant> in the allowed
|
||||
list.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue