Hi!
I am relatively new to programming in PHP, and I have a question regarding usage of COM objects: how is the memory cleanup performed?
Does PHP automatically cleanup the objects or, like in ASP, do we have to clear the object manually (and if so, how)?
Thank you very much,
Francois