Error – FATAL: emalloc(): Unable to allocate -5363399 bytes
Solution:
Found this on PHP builder
"you are trying to allocate ... memory, and the system is unable to do so. Check your scripts for unused variables and try unset() on the variables when you dont use them any more (especially the large variables)"