-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Milestone
Description
Hi, I think there should be more infos about the impacts of "empty" values of the "MemoryLimit" configuration setting in the official documentation in http://docs.phpmyadmin.net/en/latest/config.html#cfg_MemoryLimit
When doing exports and imports only if the config value is not empty the "ini_set" call will be made as in
Line 301 in dbb4dce
if (! empty($cfg['MemoryLimit'])) { |
Line 291 in dbb4dce
if (! empty($cfg['MemoryLimit'])) { |
So maybe something like "If set to zero, the php.ini default value is used." should be added there.
[1] https://suhosin.org/stories/configuration.html#suhosin-memory-limit