I am doing a lot of PHP work with COM. The system uses php 4.3.3.3 and
php is being driven via FCGI from our own web server (TAG).
We create an instance of an in-process COM server using the following
technique:
function GetFactory()
{
static $obj;
static $objSet = 0;
if($objSet==0)
Hi All,
I am doing a lot of PHP work with COM. The system uses php 4.3.3.3 and php is
being driven via FCGI from our own web server (TAG).
We create an instance of an in-process COM server using the following technique:
function GetFactory()
{
static $obj;
static $objSet = 0;
if($objSe
2 matches
Mail list logo