RE: [PHP] Connecting to PHP

2005-12-19 Thread tg-php
No.. it sounds like he wants to make function calls to PHP from another app.. kind of the reverse of using PHP's COM calls. I'm not aware that PHP has any registration in an OS or any kind of inherent "listening" mechanisms like COM has (I'm phrasing that poorly but you get the idea). You ca

RE: [PHP] Connecting to PHP

2005-12-19 Thread Jay Blanchard
[snip] I know there are lots of ways to allow php to connect to components written in other languages. COM, EJB JAVA, .NET Components etc. Is there any way for another language to use PHP as a component so that all of it's amazing functions could be shared? I don't suppose it exposes a COM interf