Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95627 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20148 invoked from network); 5 Sep 2016 04:12:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2016 04:12:17 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.46 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.46 mail-pa0-f46.google.com Received: from [209.85.220.46] ([209.85.220.46:36722] helo=mail-pa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/C5-45301-F90FCC75 for ; Mon, 05 Sep 2016 00:12:16 -0400 Received: by mail-pa0-f46.google.com with SMTP id fu3so50275518pad.3 for ; Sun, 04 Sep 2016 21:12:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=MBTtCcm+j97bIe4GbLcsT+ljXV8BzFHKs/RFHGxuvN8=; b=Fn47AhT/lOJlPGJTVv+2EfkrZ4iVx1RMDI3G+tGHcWT7yWJ7+PnDzbiscE5Sw8DSse uG6PchKsn+onASFT0+QuWyNSYyLC8qwNxSxPER+z78sLur1Ys0SKNhn7x/74Aax2Nm/X CPhxczy8anH4e2/5dXHuUTK6dfl8SQR2WQoR7Lffb5GW6WNhlTTevu0mcllfyj1UHwgZ F7tvWDY3P5wf+U9mgZpZiqrL+t0PGF/Bo00EnBAMQCamEXSGyB6XmS+Yj369qxwXmCNX f/k4WILOBvQY+cD0DhQmIu5UDnkajxEVXgMk7w0+bMujrc4Vjcpagq4mpuGdREL71Z5f nvbA== 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:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=MBTtCcm+j97bIe4GbLcsT+ljXV8BzFHKs/RFHGxuvN8=; b=mhQTnxoPJzEiYuR/Ee7XOZ82+OfGAF4lxB4GXb9ieEw5jxDRT4wScDCGUcvI1Y1byU tOucY65Hgvrufs5S2jMneeHNtrUuDR6V80dLYM3B8QOqxPr1VubnrCK2H7LnWCwppLRe 3wK3mYmLB1jJM9ZzJODH20nZP9DMM45mmMbvRRy1WgMYoBxkY7wPCDUCDE07cNwjCDfj wl3FfwLmF7imdm57Sqe7XE59K7ra7SMWMxyc1DC2fe/ztqLVGIGZlwuTei51RfApzUJu NerfRewTMUsyo30gJ+E6UOWRPAifw8nW5l1EkrvfnydftkVgKV1yP7TtxMzJWJTEMtFK tMhQ== X-Gm-Message-State: AE9vXwMN25pm+rBdUPwQ6ReVQf+yf5bGY65+Ge9yGOcuJVL7E6UDCJ5HpzlyDt6VLOauIw== X-Received: by 10.66.253.101 with SMTP id zz5mr59706585pac.32.1473048733279; Sun, 04 Sep 2016 21:12:13 -0700 (PDT) Received: from Stas-Air.local (108-233-206-104.lightspeed.sntcca.sbcglobal.net. [108.233.206.104]) by smtp.gmail.com with ESMTPSA id l128sm30085784pfl.21.2016.09.04.21.12.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 04 Sep 2016 21:12:12 -0700 (PDT) To: Tony Marston , internals@lists.php.net References: Message-ID: <1aad32b9-8481-2fb4-4912-66705bd59e57@gmail.com> Date: Sun, 4 Sep 2016 21:12:10 -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] [RFC] Deprecate PEAR/PECL & Replace with composer/pickle From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Incorrect. There is a web interface which I use EXCLUSIVELY to maintain > the contents of my PEAR library. Any proposed replacement which does not > have a web interface I'm afraid is totally unacceptable. Command line > interfaces went out of fashion when the Windows OS was first released, > and anyone who still insists on using one has not joined the rest of the > world in the 21st century. Err, no. Command line is as alive in 21th century as it was in 20th. Which Microsoft fully recognizes finally now that they made their shell as powerful as other shells has been instead of a sorry excuse for a shell they had for years. > I do NOT want the replacement PEAR library to update itself in the > background. It has to be under MY control or I simply won't install it. That is valid concern, nothing in the library system should do anything "on background" without an explicit command. But I don't think composer actually does that unless you ask it to? -- Stas Malyshev smalyshev@gmail.com