git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292602 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2009-12-24 16:10:57 +00:00
parent 326c5c38ef
commit f5ec3eb0f4

View file

@ -4017,7 +4017,7 @@ auto_prepend_file=security.php
<para>
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
<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>.