Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39476 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2121 invoked from network); 30 Jul 2008 18:33:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2008 18:33:46 -0000 Authentication-Results: pb1.pair.com header.from=david.zuelke@bitextender.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=david.zuelke@bitextender.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain bitextender.com does not designate 80.237.132.12 as permitted sender) X-PHP-List-Original-Sender: david.zuelke@bitextender.com X-Host-Fingerprint: 80.237.132.12 wp005.webpack.hosteurope.de Received: from [80.237.132.12] ([80.237.132.12:38738] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/0F-60483-704B0984 for ; Wed, 30 Jul 2008 14:33:44 -0400 Received: from munich.bitxtender.net ([85.183.90.3] helo=[10.224.254.2]); authenticated by wp005.webpack.hosteurope.de running ExIM using esmtpsa (TLSv1:RC4-SHA:128) id 1KOGUW-0002hN-Ul; Wed, 30 Jul 2008 20:33:40 +0200 Cc: internals@lists.php.net Message-ID: <393FADD4-BF8A-4E88-B23C-4F88CC5B5AA7@bitextender.com> To: Moriyoshi Koizumi In-Reply-To: <9CCCAD1F-265D-4E5D-B93E-1AB82F254A83@at.wakwak.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Wed, 30 Jul 2008 20:33:40 +0200 References: <9CCCAD1F-265D-4E5D-B93E-1AB82F254A83@at.wakwak.com> X-Mailer: Apple Mail (2.926) X-bounce-key: webpack.hosteurope.de;david.zuelke@bitextender.com;1217442824;d6d5f887; Subject: Re: [PHP-DEV] Introducing Boost.PHP - PHP Extensions in C++, in a minute From: david.zuelke@bitextender.com (=?ISO-8859-1?Q?David_Z=FClke?=) Just wanted to say... awesome! Great job. - David Am 29.07.2008 um 14:58 schrieb Moriyoshi Koizumi: > Hi folks, > > I created a library that may draw some attention. Boost.PHP is a set > of macros and C++ classes that wrap around common Zend Engine > structs that allow you to create a PHP extension in C++, in a very > efficient way. Most notably, you no longer need most of the ZE > macros and APIs like ZEND_FE and zend_parse_parameters() since the > library automagically handles the signatures of your C++ functions > and enables them to be exposed just as they are. > > For further information, please look at the dedicated wiki page on > github: > http://github.com/moriyoshi/boost.php/wikis > > Regards, > Moriyoshi > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >