From 43e41e0654c6d85e9311796631fddbf15f568cd3 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 2 Jul 2010 12:28:44 -0400 Subject: [PATCH] document MemoryLimit as being a string value --- Documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index b930104ec..1afb49715 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1300,7 +1300,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE This setting is used while importing/exporting dump files and in the Synchronize feature but has no effect when PHP is running in safe mode. -
$cfg['MemoryLimit'] integer [number of bytes]
+
$cfg['MemoryLimit'] string [number of bytes]
Set the number of bytes a script is allowed to allocate. If set to zero, no limit is imposed.
This setting is used while importing/exporting dump files and at some