document MemoryLimit as being a string value

This commit is contained in:
Marc Delisle
2010-07-02 12:28:44 -04:00
parent 6ea9467949
commit 43e41e0654

View File

@@ -1300,7 +1300,7 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
This setting is used while importing/exporting dump files and in the 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.</dd> Synchronize feature but has no effect when PHP is running in safe mode.</dd>
<dt id="cfg_MemoryLimit">$cfg['MemoryLimit'] integer [number of bytes]</dt> <dt id="cfg_MemoryLimit">$cfg['MemoryLimit'] string [number of bytes]</dt>
<dd>Set the number of bytes a script is allowed to allocate. If set <dd>Set the number of bytes a script is allowed to allocate. If set
to zero, no limit is imposed.<br /> to zero, no limit is imposed.<br />
This setting is used while importing/exporting dump files and at some This setting is used while importing/exporting dump files and at some