[PHP] Strange error in PHP 4.3.4RC2

2003-10-26 Thread Fabio Rotondo
Hi, 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

Re: [PHP] Strange error in PHP 4.3.4RC2

2003-10-26 Thread Evan Nemerson
You can try Xdebug. http://www.xdebug.org/ Can you send some code to reproduce the error? On Sunday 26 October 2003 10:24 am, Fabio Rotondo wrote: Hi, 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