Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94541 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24864 invoked from network); 18 Jul 2016 00:12:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2016 00:12:26 -0000 Authentication-Results: pb1.pair.com header.from=me@daveyshafik.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@daveyshafik.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain daveyshafik.com from 209.85.220.172 cause and error) X-PHP-List-Original-Sender: me@daveyshafik.com X-Host-Fingerprint: 209.85.220.172 mail-qk0-f172.google.com Received: from [209.85.220.172] ([209.85.220.172:36103] helo=mail-qk0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/1D-31884-7EE1C875 for ; Sun, 17 Jul 2016 20:12:24 -0400 Received: by mail-qk0-f172.google.com with SMTP id x1so59734276qkb.3 for ; Sun, 17 Jul 2016 17:12:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daveyshafik-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=l9Sdrqg4uD+V10lbtj3rT3adxBw7upE3jQgmdifN2Zg=; b=mPu4YD+dABNCpficqHPe3xfmxhtywYYBjWYASVkWDAhZUAEg29ry/OfsGfRn4/40Xd 2wEzEcAgih+KE/nrRZEQ2Ndz8mn8BQe07rzlKbNxJU8+hrrNlJJl+SydYzEHyz35OQhc Rt0+3tJr2ZLa2DQt3NvO/HonlAEljdjzqg+l6SQzqRxX0AGbfXNIGKkgqUtW/duNNAdM BqFB8h9vjQ9GPGyHN+MWGzjMViC+mE+iKgARZ4YKM233NPIvePyyGX2EOC/kwJyfgapU Vrdw/cne8S8KhARD/ZcGphwjpyXqCqPTHUc5Kkd8vrowAKmcdT3xYR9TJ+8a0TKUQgCR LChg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=l9Sdrqg4uD+V10lbtj3rT3adxBw7upE3jQgmdifN2Zg=; b=LOWe7Uj3BYZ6t/Q+I+JR/qpx0l5NB15WvhLPkPXGTRBN8VV50XYcLJt+PVCym7PaxK jO0ZWmXNOMhfxHb4B7IKyKmpocIW37PoHsGLK0cUy2cYftF3NxYMZenZ2NrnIi0o6rrI Y20exShEZlAiD5WnEh2YFNf1Rq3jr2uKKvQZtwKEb2i3381BTsBemPV65yiqzqWW2PlP rDVPqotgUOgoU6p4daW+/CRwbXWfzu964zHVDuACyJnZUaOdqVr0oXDoleDxBuj2IT6L f+bJskkgjXSyiwnoJcmRfTYUTgWgY0XyVUQ5o7lCpOVKWTSb4JwZ9ziejOzQ9Udu7Ol3 9Zgg== X-Gm-Message-State: ALyK8tKpdHGyuyIvECSMqm8SXNee8GdQK/jsX/UMOdWnTEsQX951mcNCVJj318nzz0hYo9jScbYu9Fgxf2J/+7we X-Received: by 10.55.186.195 with SMTP id k186mr41173774qkf.184.1468800740909; Sun, 17 Jul 2016 17:12:20 -0700 (PDT) MIME-Version: 1.0 Sender: me@daveyshafik.com Received: by 10.237.55.138 with HTTP; Sun, 17 Jul 2016 17:12:20 -0700 (PDT) In-Reply-To: <5bad172a-4570-78f8-814e-987299241a2b@gmail.com> References: <5bad172a-4570-78f8-814e-987299241a2b@gmail.com> Date: Sun, 17 Jul 2016 17:12:20 -0700 X-Google-Sender-Auth: AMSgwH364heXzJ1jhjukYGP5KnA Message-ID: To: Stanislav Malyshev Cc: PHP Internals Content-Type: multipart/alternative; boundary=94eb2c048e446883db0537ddd205 Subject: Re: [PHP-DEV] orphaned extensions in 7.1? From: davey@php.net (Davey Shafik) --94eb2c048e446883db0537ddd205 Content-Type: text/plain; charset=UTF-8 The only negative I see for this is that it reinforces PECL as being Siberia. Having said that, it's better than deleting them, and they shouldn't be in core. - Davey On Sun, Jul 17, 2016 at 5:03 PM, Stanislav Malyshev wrote: > Hi! > > I wonder if we shouldn't move orphaned extensions out of the core and in > PECL in 7.1? If nobody maintains the code, should it really be part of > the core? > > Right now we have two orphaned extensions - wddx and xmlrpc, I suspect > both are not too widely used now. They also had some issues, and without > maintainer they turn into a liability. > > Continuing on this topic, maybe we also should have a review of the rest > of the extensions and check if the ones marked as maintained still are, > and if current maintainers are not active anymore ask for new ones to be > assigned or change their status accordingly? > > Would like to har what do you think on the matter, > -- > Stas Malyshev > smalyshev@gmail.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --94eb2c048e446883db0537ddd205--