Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77734 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42558 invoked from network); 1 Oct 2014 12:26:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Oct 2014 12:26:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.173 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.173 mail-qc0-f173.google.com Received: from [209.85.216.173] ([209.85.216.173:61215] helo=mail-qc0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/50-37933-7F2FB245 for ; Wed, 01 Oct 2014 08:26:32 -0400 Received: by mail-qc0-f173.google.com with SMTP id x13so160760qcv.32 for ; Wed, 01 Oct 2014 05:26:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GO9k0C93M33X03hJoG/LHb60gkpu/6vSL4v6YvZVedM=; b=KVrP4CGvLiLjoBwlgHqcTZIPhJrVTWX39ByJ0Rlq2G9sTxOwZHdLG3dqNOAEmDSR5E VnTQ8JMO8hLzJexSk/XWUFG6Q6cnZVR/r5ei4KFA2E4x7DeWNFCyWaVvgBkBLX5dTEfI 1FQeWg1cDm81HIBRWPY6AeZAjxIDjrbiYb9T68omJBaeKF3MlPXVmpGnHDNoe6OVQmqX h1kJul8XwdAPyFAaTJCvDCir1eqo6pmFnP4DFIZKIkEqVNxKQmp0OyTOfq5Rt6KqcCeZ lqv4ajK3Hn58L4SOgFjb2rY48OMyN1FxGXLF2kt9qwpu2nzJckgV+pA27C/huV6x2UU9 VzqQ== MIME-Version: 1.0 X-Received: by 10.140.38.231 with SMTP id t94mr84536012qgt.3.1412166388168; Wed, 01 Oct 2014 05:26:28 -0700 (PDT) Received: by 10.140.107.130 with HTTP; Wed, 1 Oct 2014 05:26:28 -0700 (PDT) In-Reply-To: References: <472D9D28-4AD7-4B98-BBEE-A613F7FCA996@golemon.com> <004AF0D4-A329-46AB-BFE4-79CDE530BFA4@ajf.me> Date: Wed, 1 Oct 2014 14:26:28 +0200 Message-ID: To: "guilhermeblanco@gmail.com" Cc: Andrea Faulds , Sara Golemon , PHP internals Content-Type: multipart/alternative; boundary=001a11c13ed0ee40a505045b9b2e Subject: Re: [PHP-DEV] [RFC] Move pecl_sync to core From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c13ed0ee40a505045b9b2e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Sep 30, 2014 at 10:18 PM, guilhermeblanco@gmail.com < guilhermeblanco@gmail.com> wrote: > > What does that even mean? > > It means that any new functionality that gets into core could be consider= ed > "young". Like when PHAR got introduced, it was a "young" extension. Same > for PDO, same for FileInfo... > What I'm trying to highlight is that being a recently coded extension or > not, it's not a good argument to say join/no join. > phar is a really bad example, the maintainers left right after it was accepted into the core making it a really bad technical burden, as it tightly integrated into the streams handling and stuff, making it a liability. from the average user POV I think it would be a bit weird why do we add a relatively new package which is at the bottom of the download stats ( http://pecl.php.net/package-stats.php) while not bundling stuff like memcache or mongo which are both mature and used/required by much more people/project. personally I think that a pecl extension needs to have stronger arguments to be bundled with php-src than the fact that it would probably create a bit more exposure for the ext. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c13ed0ee40a505045b9b2e--