Re: [PHP] Re: Using API in other languages

2006-02-05 Thread Rory Browne
My point when I suggested that your best hope was something like
webservices was your best hope, was that there is no glue code(that I
know of) system.

Having that said, it just occured to me that phlanger and roadsend
provide this functionality. I forgot about these originally because
they're licensed under unacceptable licence terms (ie they require
payment, or don't allow you to redistribute, or to access source)

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



[PHP] Re: Using API in other languages

2006-02-04 Thread Eli
Is there any other way of doing this without technology like web 
services? mabye a glue extension between those languages?



Rory Browne wrote:
 I could be wrong on this, but I think your best hope is something
 using web services like SOAP, or XML-RPC.

 On 2/4/06, Eli [EMAIL PROTECTED] wrote:

Hi,

I have a class in PHP which offers some API functions. I want to access
this API with other languages (such as C/C++, Java, Perl, etc), so the
functions will run from PHP.
How can I do that?

-thanks.


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