mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
6bb80ceb9a
commit
86ede13728
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue