how to set up a CONSTANT to control 'memory_limit=xxx' found in php.ini
is it possible to do this? set up a CONSTANT that corresponds to and controls the 'memory_limit. =xxx' found in the php.ini.
i'm in a situation where i need to increase that line but don't have access to php.ini file. it started when trying to add a column to an already very large table.
Bookmarks