Clarify the effect of the --enable-memory-limit compile-time flag prior to 5.2.1,

closes PHP Bug #51058



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295187 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joey Smith 2010-02-16 23:38:01 +00:00
parent 6bb80ceb9a
commit 86ede13728

View file

@ -4018,9 +4018,9 @@ auto_prepend_file=security.php
Prior to PHP 5.2.1, in order to use this directive it had to
be enabled at compile time by using
<option role="configure">--enable-memory-limit</option> in the
configure line. This was also required to define the functions
<function>memory_get_usage</function> and
<function>memory_get_peak_usage</function>.
configure line. This compile-time flag was also required to define
the functions <function>memory_get_usage</function> and
<function>memory_get_peak_usage</function> prior to 5.2.1.
</para>
&ini.shorthandbytes;