Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94560 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93056 invoked from network); 18 Jul 2016 19:31:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2016 19:31:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.178 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.178 mail-pf0-f178.google.com Received: from [209.85.192.178] ([209.85.192.178:36707] helo=mail-pf0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/C5-52781-59E2D875 for ; Mon, 18 Jul 2016 15:31:33 -0400 Received: by mail-pf0-f178.google.com with SMTP id h186so17394403pfg.3 for ; Mon, 18 Jul 2016 12:31:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=n1mg6nDSLAfStURGC9ifIoPxjwf6Xe6SIQ9E/vVxgwk=; b=g49Xu9pYdyqVddKWC92pW6WQBpbIjeHrovZVHIO/Hvu848mBGFW3mpLac59XpQBoya j4e1UqrLSzPQQV01IXZZsQGDhM7tDYcd1SHWvpEuAWHBOTyzjisVGV47zc4KhrvR/C1D d/sY/rcQu8TqFE+1sgmYQvKHgSkxRMl3ysjQjenb75X3Z4HR6s3RNNE0s3ONDuUAJp2k jFl7TFrQ2W+Rd2IxBkwmJ3wR/+W4b1mCGfFox0cwfspkcOyg4wfxxaCTncVAG/SO9z3e cIYNN6o60J1gMYTunyB6tD6iG2b48PLiuNVOpK9BZyDWMCcOFsy4AynAAbFyYi8glB68 qa7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=n1mg6nDSLAfStURGC9ifIoPxjwf6Xe6SIQ9E/vVxgwk=; b=jRf4KBrAgXrGYHIkVg2QOwIsHVZ8A2ABXJkvCEq/aMCj0udVymQ0BubwkveH9tujPx TVUlmg5M+H2YmqmRrcVdsq1hL70FMkeX67e5ysj4DER7z2jB/RO3QCGOYn0QzQkco7iN nCoj31luPz1+hHcbL68/mQxzRMt0PYeuo9k5bH90qeNYGd2lkZ328Wxwr4wmyNix+T/n BvmT67Z65nfOYoXYnmw14RuCLKBc+y0rSAKwUXcFU1bb5QkBeMe9L4zwIGWCsJZK4qIf G2JumGJPrKqQERWEpLuT1EJ31aoUEOuJcEgIDuWLC0m93PbCfCdJJE3oC8GI/5EkBFJD QjdQ== X-Gm-Message-State: ALyK8tIVBU1jdxL+ZCJ9zINlQb5wqXCw1iZ2oJ+9RXuwtXQQCWXhc7WqzRaA1wvsGp9b2g== X-Received: by 10.98.74.91 with SMTP id x88mr48534599pfa.79.1468870290481; Mon, 18 Jul 2016 12:31:30 -0700 (PDT) Received: from Stas-Air.local (76-220-46-95.lightspeed.sntcca.sbcglobal.net. [76.220.46.95]) by smtp.gmail.com with ESMTPSA id x66sm6820472pfi.84.2016.07.18.12.31.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Jul 2016 12:31:30 -0700 (PDT) To: Pierre Joye References: <5bad172a-4570-78f8-814e-987299241a2b@gmail.com> Cc: PHP Internals Message-ID: <4ff16a43-8329-3b45-914e-70b38802327c@gmail.com> Date: Mon, 18 Jul 2016 12:31:27 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] orphaned extensions in 7.1? From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I wrote it, so yes, I do know that. However allowed does not mean "let > do it for any ext at any point release". xmlrpc is still widely used > and it does not seem to require a lot of work. It has been stable for > a long time and new bugs may be mostly due to 7 migration as we have > seen in many other extensions. Well, yes and no - see https://bugs.php.net/bug.php?id=72606. Could be argued it's because of 7 migration, but not exactly as the problem existed before, just became easier to trigger (if you want to discuss, let's do it on the bug though :) -- Stas Malyshev smalyshev@gmail.com