Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52522 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64715 invoked from network); 28 May 2011 03:18:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2011 03:18:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=larry@garfieldtech.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=larry@garfieldtech.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain garfieldtech.com from 66.111.4.27 cause and error) X-PHP-List-Original-Sender: larry@garfieldtech.com X-Host-Fingerprint: 66.111.4.27 out3.smtp.messagingengine.com Received: from [66.111.4.27] ([66.111.4.27:48250] helo=out3.smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/E6-18063-A7960ED4 for ; Fri, 27 May 2011 23:18:18 -0400 Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.messagingengine.com (Postfix) with ESMTP id D91D12076A for ; Fri, 27 May 2011 23:18:15 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute5.internal (MEProxy); Fri, 27 May 2011 23:18:15 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpout; bh=EeFZkHWR40f9+To8nat6Jbqqbm4=; b=Ty+MG6Nq0XHg63RxkQJSCwHQhfK9dnkT2kEvT89DVjPeX4rz/UXrOggxNEFX5vjNFC1sV91gG2W61cIcqlqE22ILCojzmQCBwGB3kR0jcoyRZZQ6IcBS6MjuVIO4E2NEc0oFiowGMTZKN5Yx60Lg8sUSXVmeEHI701lwKFciFSc= X-Sasl-enc: aEi/eeuPG8xzCcOU3RnKCYrxUSmfeWAOs0r1s3pfHc1I 1306552695 Received: from linux-nkec.site (c-71-57-95-65.hsd1.il.comcast.net [71.57.95.65]) by mail.messagingengine.com (Postfix) with ESMTPSA id 8BC734452BD for ; Fri, 27 May 2011 23:18:15 -0400 (EDT) Message-ID: <4DE06A3C.7050002@garfieldtech.com> Date: Fri, 27 May 2011 22:21:32 -0500 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110414 SUSE/3.1.10 Thunderbird/3.1.10 MIME-Version: 1.0 To: internals@lists.php.net References: <4DD693BB.7030300@garfieldtech.com> <4DD76482.2030209@gmail.com> In-Reply-To: <4DD76482.2030209@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Porting PECL to userspace From: larry@garfieldtech.com (Larry Garfield) On 05/21/2011 02:06 AM, David Muir wrote: > >> 2) Is anyone else doing this? No sense doing it ourselves if someone >> else already is. > There's a Drupal extension that does something like this, but in reverse: > http://drupal.org/project/drupal_php_ext > > Cheers, > David Yes, Drupal is the project I'm thinking of using this for. :-) The goal is the same, but I'm trying to avoid having us develop yet-more-new-APIs when perfectly good ones already exist that have been banged on and tested by more people than just Drupal. (That particular PECL module also, last time I checked, had little to no practical effect on performance. It was just an experiement that didn't go very far.) --Larry Garfield