On Thu, 20 Feb 2003 13:42:17 -0600 (CST)
Don Seiler <do...@se...> wrote:
> Mike Noyes sent me a link which reveals that a php page can use the
> ini_set() function to change ini settings, notably for us
> memory_limit. Currently this is possibly even in safe mode, although
> many think it should be disabled in safe mode.
imho, it's not a good thing to use ini_set inside your application,
ini_set is not always available, but php_admin inside htaccess are
allowed. To be more portable, that should be easier to make the code
work in each configuration.
just my 2cts,
pierre
|