Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73223 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31683 invoked from network); 17 Mar 2014 17:01:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2014 17:01:54 -0000 Authentication-Results: pb1.pair.com header.from=ingwie2000@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ingwie2000@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.83.49 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 74.125.83.49 mail-ee0-f49.google.com Received: from [74.125.83.49] ([74.125.83.49:54691] helo=mail-ee0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/59-17561-08A27235 for ; Mon, 17 Mar 2014 12:01:53 -0500 Received: by mail-ee0-f49.google.com with SMTP id c41so4341789eek.8 for ; Mon, 17 Mar 2014 10:01:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=mOlzQywBoXhzTWW4t8FQMx4T9fRrviv3dU5WKOF6qd0=; b=IZj5nosTRF3s15HB+Ql1Ec/zL4qvBgbxBO6jTRaIJ8reJyOJiHyOeSBZ40DdAg5FLN KbIhxbErHl2flKheI9X6vorcJAeZxgmuEY7ZGNNsgCXbthHegrpcRWARgmZPib8oUh8R 40VmjTW3d9p/+8FL/AtRgg+Bw1zFPBNLi2Iu8DA7uxJAmVjnfvW3Hm8MfGPvHdCK8p23 nytFd49nn7RUsdfzHek3tXE/XqSekPM2+XnlLG+WgWBLugKVgJpj728JT8f6qTMIdygF C+4k0tr5R06WK6LNV4vop2vhMWFCaPyzuGIBbLyMrKbhSzBvVPjC0yualCrFXabNIqdy bDiw== X-Received: by 10.14.220.193 with SMTP id o41mr24800137eep.22.1395075710222; Mon, 17 Mar 2014 10:01:50 -0700 (PDT) Received: from [192.168.200.19] (dslb-094-219-079-065.pools.arcor-ip.net. [94.219.79.65]) by mx.google.com with ESMTPSA id x45sm28359976eeu.23.2014.03.17.10.01.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Mar 2014 10:01:49 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) In-Reply-To: Date: Mon, 17 Mar 2014 18:01:47 +0100 Cc: PHP internals Content-Transfer-Encoding: 7bit Message-ID: <4846928E-77BB-44B6-9F9C-24724093EB68@googlemail.com> References: To: Pierre Joye X-Mailer: Apple Mail (2.1822) Subject: Re: [PHP-DEV] very nice c++ binding for the internals APIs From: ingwie2000@googlemail.com (Kevin Ingwersen) Omygod. This page made my day, and i didnt even click it yet! Thanks for that link, gonna read on it now. Am 17.03.2014 um 17:57 schrieb Pierre Joye : > hi, > > http://www.php-cpp.com/ is a very nice c++ API to write PHP > extensions. I can imagine something like that in the core as well for > those willing to implement their extensions using c++. > > > Cheers,