Re: [PHP] COM vs ???

2001-02-15 Thread Richard Lynch

 I would like make some componnent on linux wich I can use on php. Like I
 create a COM object on Windows and use it with a asp pages and reuse it in
a
 vb application without code duplicate, I would like install PHP on a
 linux and not on a Windows.

Things you need to search for and read up on:

PEAR
http://conf.php.net has samples at the end of some of Rasmus' talks about
how to do this.
But these will only integrate to PHP, not to other software.

DSO -- This is the Un*x moral equivalent of DLLs, so if you want your
Library available to PHP *and* other programs, you'll need to use this.

PS  Don't ask me for more details -- This is pretty much the full extent of
my knowledge.  I know which way to point you, but I've never been down that
road.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General 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]




[PHP] COM vs ???

2001-02-12 Thread Ghislain Bruyere

Hello,

I would like make some componnent on linux wich I can use on php. Like I
create a COM object on Windows and use it with a asp pages and reuse it in a
vb application without code duplicate, I would like install PHP on a
linux and not on a Windows.

Thanks

Have a nice day

Ghislain