Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21860 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25854 invoked by uid 1010); 13 Feb 2006 16:28:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25839 invoked from network); 13 Feb 2006 16:28:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2006 16:28:17 -0000 X-Host-Fingerprint: 194.73.73.221 c2bthomr06.btconnect.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([194.73.73.221:6049] helo=C2bthomr06.btconnect.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D1/00-25344-0A3B0F34 for ; Mon, 13 Feb 2006 11:28:16 -0500 Received: from VaioCen (host81-138-95-202.in-addr.btopenworld.com [81.138.95.202]) by C2bthomr06.btconnect.com (MOS 3.5.9-GR) with ESMTP id DIP81253; Mon, 13 Feb 2006 16:27:06 GMT Message-ID: <008601c630ba$566e5740$ca5f8a51@VaioCen> To: Date: Mon, 13 Feb 2006 16:27:07 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0083_01C630BA.54E59460" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: PHP / C++ Interaction From: an.dromeda@btconnect.com ("Andrew Mather") ------=_NextPart_000_0083_01C630BA.54E59460 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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:=20 - 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 ?=20 Trivially possible, trivially impossible, or somewhere in-between? Cheers, Andrew. ------=_NextPart_000_0083_01C630BA.54E59460--