I am experiencing a strange error while using PHP 4.3.4RC2. In the apache2 log, I read:
fatal: cannot realloc() 1937201923 bytes.
I do NEVER try to allocate such memory.
I think the problem is related to some serialize/unserialize() code I am using (in fact, removing serialize/unserialize block makes the script work perfectly).
Is there anything I can do to test _exactly_ where the script bombs?
Ciao,
Fabio
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php