I have a VB ActiveX DLL that I am trying to call from PHP.  Everything works
fine in the DLL except when I set the variable to null.  The script just sits
there forever until I kill it.

The final code is:

$buildgen->Release();
$buildgen = NULL;

The release works fine.  It is just the NULL that stops it, or if I let the
function fall through without setting the var to null.  (I guess the garbage
routine would try to set it to Null)

Any ideas?

Thanks.
-- 
Scott Carr
OpenOffice.org
Whiteboard-Doc Maintainer
http://whiteboard.openoffice.org/doc/





-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

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

Reply via email to