I am getting the following error :-
Message: unserialize() function.unserialize: Error at offset 65517 of 65535 bytes
Does the unserialize have a maximum size?
Here is the line in question within my PHP:
$array = unserialize($emails);
// this is the output of $emails (not all of it as it is huge)
string(65535) "a:12134:{i:0;s:29:"[email protected] ";i:1;s:31:"[email protected] "
