From 35587f40a1bf25b75391eaf86f4e543fd3dd1e04 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 19 Jul 2003 03:23:58 +0000 Subject: [PATCH] link to memory_get_usage() in the memory_limit docs. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135409 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chapters/config.xml b/chapters/config.xml index 8ce21fe03c..663333386d 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Runtime Configuration @@ -500,6 +500,10 @@ include_path = ".;c:\php\lib" --enable-memory-limit. Note that you have to set it to -1 if you don't want any limit for your memory. + + As of PHP 4.3.2, and when memory_limit is enabled, the PHP function + memory_get_usage is made available. +