Hello,
for some reason, my one of my php scripts are ignoring the php.ini memory limit or ini_set.
When i do a print_r(ini_get_all) it shows the global memory limit set to 100M (and local for that matter), when my script dies at Fatal error: Out of memory (allocated 24714304) (tried to allocate 571 bytes)
Any tips on diagnosing this? The server has 8gigs of memory and never had problems running this script before.
Any tips on debugging this?
Thanks!