On Thursday 24 January 2008 17:44:03 Luc Maltier wrote:
> Hello!
>
> My first message:
>
> I've just updated PHP from 5.1.4 to 5.2.5 (to solve an Apache problem when
> double-clicking on links). This was successful, as the problem is now
> solved, but I now, sometimes, get a message stating that the memory is
> exhausted. I modififed php.ini and set memory_limit to 16M (instead of 8M
> with PHP5.1.4), then 32M, then 64M, with the same message. With 128M, it
> works. Can this change in memory required be considered as normal? I don't
> think so... Is there any explanation?
>
If you are used data which serialized by older versions this may lead memory 
leaks.

Remove all caches etc then try.

Sancar

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to