Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53208 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60750 invoked from network); 8 Jun 2011 12:41:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jun 2011 12:41:23 -0000 Authentication-Results: pb1.pair.com header.from=johncrenshaw@priacta.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=johncrenshaw@priacta.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain priacta.com designates 64.95.72.238 as permitted sender) X-PHP-List-Original-Sender: johncrenshaw@priacta.com X-Host-Fingerprint: 64.95.72.238 mx1.myoutlookonline.com Received: from [64.95.72.238] ([64.95.72.238:40292] helo=mx1.myoutlookonline.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/C1-48516-2FD6FED4 for ; Wed, 08 Jun 2011 08:41:22 -0400 Received: from st20.mx1.myoutlookonline.com (localhost [127.0.0.1]) by mx1.myoutlookonline.com (Postfix) with ESMTP id D02FE8BE927; Wed, 8 Jun 2011 08:41:18 -0400 (EDT) X-Virus-Scanned: by SpamTitan at mail.lan Received: from HUB016.mail.lan (unknown [10.110.2.1]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx1.myoutlookonline.com (Postfix) with ESMTPS id 5EB508BEB3A; Wed, 8 Jun 2011 08:41:18 -0400 (EDT) Received: from MAILR001.mail.lan ([192.168.1.2]) by HUB016.mail.lan ([10.110.17.16]) with mapi; Wed, 8 Jun 2011 08:40:21 -0400 To: Sean Coates , PHP internals CC: Andi Gutmans , Pierre Joye Date: Wed, 8 Jun 2011 08:41:08 -0400 Thread-Topic: [PHP-DEV] Bundling "modern" extensions Thread-Index: AcwlNqt7K1Zlk9ceR8+Rc5F3mROoZwAnvekg Message-ID: References: <8757232E56758B42B2EE4F9D2CA019C901499F97@US-EX2.zend.net> <8DC0D29E-5160-4EFD-80E4-B7ED1D1BB005@seancoates.com> In-Reply-To: <8DC0D29E-5160-4EFD-80E4-B7ED1D1BB005@seancoates.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: [PHP-DEV] Bundling "modern" extensions From: johncrenshaw@priacta.com (John Crenshaw) > Please don't forget that it's possible to host your database apart from y= our main code. Mongolab[1] While this is technically true, and as much as I love MongoDb, for all prac= tical purposes this isn't really useful. The latency on these sorts of conn= ections is generally totally unacceptable. Also, I'm inclined to agree that bundling won't have a large effect on whet= her hosts include certain modules; in my experience they seem to be fairly = aggressive about culling modules that they don't like, or don't think will = be useful. John Crenshaw Priacta, Inc.