philip Fri Jul 18 23:23:59 2003 EDT Modified files: /phpdoc/en/chapters config.xml Log: link to memory_get_usage() in the memory_limit docs. Index: phpdoc/en/chapters/config.xml diff -u phpdoc/en/chapters/config.xml:1.109 phpdoc/en/chapters/config.xml:1.110 --- phpdoc/en/chapters/config.xml:1.109 Sun Jun 22 12:33:26 2003 +++ phpdoc/en/chapters/config.xml Fri Jul 18 23:23:58 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.109 $ --> +<!-- $Revision: 1.110 $ --> <chapter id="configuration"> <title>Runtime Configuration</title> @@ -499,6 +499,10 @@ your configure line would have included: <literal>--enable-memory-limit</literal>. Note that you have to set it to -1 if you don't want any limit for your memory. + </para> + <para> + As of PHP 4.3.2, and when memory_limit is enabled, the PHP function + <function>memory_get_usage</function> is made available. </para> </listitem> </varlistentry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php