codeigniter - PHP memory_limit cannot be increased -


my phpinfo() file shows @ 64mb , no refuses increase.

none of these work:

  • adding php_value memory_limit 512m in .htaccess
  • updating memory_limit in php.ini (yes, correct php.ini being used)
  • ini_set(“memory_limit”) in script
  • suhosin not enabled

i've tried restarting apache , entire server multiple times.

my script (codeigniter image_lib) timing out when tries resize images above ~6mb, solution seems to increase memory_limit value, i've spent past 5 hours looking on internet , cannot increase it. going on here?

thanks

edit: phpinfo() file http://beta.afterdark.co/site/phpinfo


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -