Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2047 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34733 invoked from network); 28 May 2003 07:22:44 -0000 Received: from unknown (HELO moutvdom.kundenserver.de) (212.227.126.249) by pb1.pair.com with SMTP; 28 May 2003 07:22:44 -0000 Received: from [212.227.126.221] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 19KvGm-0005Rs-00 for internals@lists.php.net; Wed, 28 May 2003 09:22:44 +0200 Received: from [195.227.9.225] (helo=asterix) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 19KvGk-0006Kw-00 for internals@lists.php.net; Wed, 28 May 2003 09:22:43 +0200 To: Date: Wed, 28 May 2003 09:14:42 +0200 Message-ID: <000601c324e8$d1798300$680fa8c0@asterix> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C324F9.95025300" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: mapping c++ classes to php classes From: joerg_mauz@majox.de ("joerg mauz") ------=_NextPart_000_0007_01C324F9.95025300 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit hi all, just one simple questions: when I write a c++ extension for php (already done so far) are there any mechanism provided by php to map my c++ classes to php or do I have to write some kind of a php to c++ class wrapper (every member function for the php class will call a native c function that does the job) my self ? any ideas ? thanks in advance cu joerg ------=_NextPart_000_0007_01C324F9.95025300--