03-11-2009, 11:54 PM
|
#3 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
memory_limit's value can be set "anywhere": http.conf, php.ini, .htaccess or at runtime with ini_set(). (The latter probably being preferable.)
There are also various techniques which can be used to best utilise memory when manipulating images, but they only go so far and there's no magic recipe.
|
|
|
|