seems to work fine here.
What are your php.ini (memory related) settings?
run:
/usr/local/bin/php --ini
and get the location of the php.ini file that is getting used. Check our the memory settings in that file.
Some general options:
max_input_time = 60
max_execution_time = 120
memory_limit = 128M
and the last one I have just noticed (that is why it reports the leak):
report_memleaks = On
In case I set this to Off it just stops bugging me. But is there a
memory leak?
And if yes should I report this as a bug ?
--
Thodoris