Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52911 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97735 invoked from network); 5 Jun 2011 07:33:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2011 07:33:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:64118] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/40-26000-F213BED4 for ; Sun, 05 Jun 2011 03:33:03 -0400 Received: by wyb34 with SMTP id 34so2488182wyb.29 for ; Sun, 05 Jun 2011 00:33:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ChONiNaDlLxhyjn/wTc8Q3DZB3KP1dvK7ie2cj7SyzA=; b=rcnn7c8Rjg6ru4RE3wRor0xYZrj/y9Rq3FPDChSTzwd7EpNcA/WxxjvY+seX6IdQ7P nLduuEYp/yVtJnAFpqA0ddOX0MfQLdElyriMBzTKDc+M+EFhWOLIzpPDJdB4JrMjLFUC SY2itk/X2nm31Hu8iIai7fAR0NkEe4ULkkEwI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=lOaM3AQc2i3XHr1F+goPnmSvizsE+QSgellqp6QG3PRRTi/Vhe+qeYytb46Hqq+w2f Ze07ZBktKbZWuspNkn42B2SmNHqW4pwcXUjprIPIQafNrNASsMrMzkHkuE31YvGkhaWr MedW0zXIM/PuLt1zR8shHvPssu0g+QjoJaGJU= MIME-Version: 1.0 Received: by 10.216.9.204 with SMTP id 54mr3566326wet.50.1307259180530; Sun, 05 Jun 2011 00:33:00 -0700 (PDT) Received: by 10.216.50.212 with HTTP; Sun, 5 Jun 2011 00:33:00 -0700 (PDT) In-Reply-To: <8757232E56758B42B2EE4F9D2CA019C901499F97@US-EX2.zend.net> References: <8757232E56758B42B2EE4F9D2CA019C901499F97@US-EX2.zend.net> Date: Sun, 5 Jun 2011 09:33:00 +0200 Message-ID: To: Andi Gutmans Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Bundling "modern" extensions From: hannes.magnusson@gmail.com (Hannes Magnusson) On Sun, Jun 5, 2011 at 01:00, Andi Gutmans wrote: > > In parallel I'd also see if there are any key extensions which we think are mainstream, stable and well maintained enough to be included. For example, http comes to mind. > People have been "afraid" of suggesting new exts to core due to the "policy" of moving stuff from core to pecl, rather then vice verca, which has failed miserably. The only people who don't like our "*bang* you have all you may possibly want" approach are the python lovers. Gearman and memcache(d) are definitely something we should be bundling too. ZMQ is also imo a good candidate. -Hannes