Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73224 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33429 invoked from network); 17 Mar 2014 17:05:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2014 17:05:52 -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.53 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 74.125.83.53 mail-ee0-f53.google.com Received: from [74.125.83.53] ([74.125.83.53:50394] helo=mail-ee0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/C9-17561-E6B27235 for ; Mon, 17 Mar 2014 12:05:51 -0500 Received: by mail-ee0-f53.google.com with SMTP id b57so3669804eek.26 for ; Mon, 17 Mar 2014 10:05:47 -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=MraoWvSy2YrJQJynKE44uXxMAh31lVw29ATWY1Zs9Ho=; b=DB5fDh/DP1kkRWRigap9ywNZctCkCNzvvdyjpBHfaYkHolhBI3YqP96sNt4qaKHjn/ k9n1aciYyoNP+tTCE6lMU9ncKJA3MMr3/rY7JGFIlPeEr+tm5vu+M5MZP9mWluNw8W3S ErAxDKd9/4A/0M+bilXlrjDyUpGexJALJoXyZsLYht/9Lt19013e4aC2doLiZQEyAOW3 FZ4HcsFSrgPpdwmd01YUB5tpHtLBwPvn1PMB1mAEumeprb+RJikbVTDivKCWT7r77YqK p9wVdUSKZQv5kzBNx6yhQ3iw7KkRCXnIwxbekoiF9an2z7wezUXWuuPW1DHdujrwfoKk 1v6w== X-Received: by 10.14.214.198 with SMTP id c46mr24760284eep.29.1395075947048; Mon, 17 Mar 2014 10:05:47 -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 g3sm28389072eet.35.2014.03.17.10.05.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Mar 2014 10:05:46 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) In-Reply-To: Date: Mon, 17 Mar 2014 18:05:45 +0100 Cc: PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: <2330CFB2-B1AD-42F7-ABD2-525E24BA9FC9@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) The example blew my mind. Why can=92t this be like, integrated into the = core? XD If that - c++ api - and an easier way to build php would be present, = that would be awesome=85but i will be writing an email about the easier = build at some other day. Basicaly, just to make libphp able ot be easier = integrated into an existing build system=85 o.o Am 17.03.2014 um 17:57 schrieb Pierre Joye : > hi, >=20 > 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++. >=20 >=20 > Cheers,