Alright, I've gotten COM to work under PHP with the following:

<%
$com = new com("iUtil.iTemplate");
%>

        Now, looking at the documentation I can't find any function to close the
object when I don't need it any longer. Am I missing anything here? If PHP
autocloses objects that would be nice but not very efficient for objects
that are used once briefly during a long script. That doesn't seem to be a
good use of resources to me.

        //James


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to