Memory and time limits already increased, but php.ini is one for whole site, and I would not want to overload the whole server. But we have a chance to include some strings right into the .php code with ini_set('memory_limit', '128M'); for example.
So, that's the question: to which of the executables need to add this line?
Thanx.