Having got a PHP/C extension .so shared library working, (courtesy this mailing list), and now also ported a C++ data server to Linux, which could also be a (C++) .so, the obvious question is:
- can I talk to a C++ library from PHP, either directly or via a PHP/C extension? - aka: is there a 'com'/.Net equivalent on Linux to permit language independent calls ? Trivially possible, trivially impossible, or somewhere in-between? Cheers, Andrew.