Date: 03/21/00
- Next message: ajung <email protected>: "[PHP-DEV] PHP 4.0 Bug #3885: SIGSEGV caught by external CGI version of PHP4"
- Previous message: c.galdiolo <email protected>: "[PHP-DEV] Bug #3887: OR in place of XOR"
- In reply to: Adam Cassar: "[PHP-DEV] CORBA"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Adam Cassar wrote:
> says that it should be easy to add CORBA support to PHP.
>
> I was wondering if anyone was actually working on this?
I began making a CORBA dynamic module, that works against Visiroker
(the free ORB from Borland, C++ mapping). I do this during my working
hours, so the code belong to the company, but I will ask for a free
release.
As of now, the module is able to use DII (Dynamic Invocation Interface),
that is to dynamically call any function on any CORBA Object.
I ran into problems, because I am so new to PHP. For example, at the
end of the page, PHP complains that it doesn't knoe how to desallocate
object type 9 (the type I register in the init function).
The good thing with CORBA is that quite everything is standardized (with
an interface definition), so it should not be that difficult to have a
generic module
for every ORB. In theory, it should be only changing the ORB-specific
include
file).
I'll keep you informed.
Adrien Hernot
Proventun A/S
Copenhaguen
Denmark
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: ajung <email protected>: "[PHP-DEV] PHP 4.0 Bug #3885: SIGSEGV caught by external CGI version of PHP4"
- Previous message: c.galdiolo <email protected>: "[PHP-DEV] Bug #3887: OR in place of XOR"
- In reply to: Adam Cassar: "[PHP-DEV] CORBA"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

