I have a PHP library that when included makes the PHP binary eat up between 2 and 8 Mb of extra memory. There's nothing strange on the library and the memory is consumed when the library is INCLUDED no single line of code is executed.
Can you give me ideas or suggestions about what kind of things can lead to such huge memory consumption problems?
Thanks in advance.