Re: [PHP-DEV] CORBA PlugIn From: Rasmus Lerdorf (rasmus <email protected>)
Date: 08/28/98

> The plug-in was developed on a Linux box running
> RedHat Linux 5.1, egcs 1.0.3 compiler, Apache 1.3.1,
> PHP 3.0.3 and MICO 2.1.1.
>
> If you have any ideas or wishes drop me a mail :-)
>
> A first alpha-release will be out end of next week
> perhaps.

Hrm.. I took a look at MICO. It is quite C++ specific. Are you
compiling all of PHP with g++, or did you isolate things completely and
build a corba.so library or something? I would like to stay away from
having to compile all of PHP with a C++ compiler.

There is a standard C ORB out there called ORBit:

   http://www.labs.redhat.com/orbit/

Have you looked at this one? Could you give me a quick summary of why you
chose MICO over this one?

-Rasmus

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>