Thanks. Will try using that.

Dinesh

--------------------------------------------------
From: "Hannes Magnusson" <hannes.magnus...@gmail.com>
Sent: Thursday, December 17, 2009 2:44 PM
To: "Dinesh" <dineshsd...@hotmail.com>
Cc: "php-general" <php-general@lists.php.net>
Subject: Re: [PHP-WEBMASTER] Class "COM" not found

(moving to php-general@lists.php.net, please reply-to-all if you have
more questions)

DBus would be the only extension that comes close to what the COM
extension does on windows.
See http://pecl.php.net/package/DBus

There are currently no documentations (and apparently no releases?)
but you can check it out from SVN and compile it yourself.
There are lot of examples in the examples directory, and there have
been several presentations about the subject which you can search for.

-Hannes

On Thu, Dec 17, 2009 at 10:00, Dinesh <dineshsd...@hotmail.com> wrote:
Ok. I got it that COM will work only in windows environment. What function
needs to be called to access linux components?

Regards
Dinesh

--------------------------------------------------
From: "Hannes Magnusson" <hannes.magnus...@gmail.com>
Sent: Thursday, December 17, 2009 2:08 PM
To: "Dinesh" <dineshsd...@hotmail.com>
Cc: "php-webmaster" <php-webmas...@lists.php.net>
Subject: Re: [PHP-WEBMASTER] Class "COM" not found

On Thu, Dec 17, 2009 at 08:31, Dinesh <dineshsd...@hotmail.com> wrote:

Hi,

I am getting the following error when I tried to run this code in PHP
"$Obj = new COM("PDFTextStamp.PDFTextStampCom");" using CLI method

"PHP Fatal error: Class 'COM' not found in /root/TAP3/taptest.php on line
2"

Can you please help me in fixing this issue?

http://no2.php.net/manual/en/com.requirements.php

-Hannes




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

Reply via email to