Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85012 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39372 invoked from network); 16 Mar 2015 09:14:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2015 09:14:11 -0000 Authentication-Results: pb1.pair.com header.from=inefedor@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=inefedor@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.44 as permitted sender) X-PHP-List-Original-Sender: inefedor@gmail.com X-Host-Fingerprint: 209.85.215.44 mail-la0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:33111] helo=mail-la0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/37-00492-2EE96055 for ; Mon, 16 Mar 2015 04:14:10 -0500 Received: by ladw1 with SMTP id w1so34164306lad.0 for ; Mon, 16 Mar 2015 02:14:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=YPOGfSA+S4STQiwXiRPHFplFtJBxcqfResNgfM6sABo=; b=u4/2SQQgr3BBzoB+PDLWYVW4x9wvxS+ZH4EEwIQnOyNlBHiBrYNwYiwdY7MCH726ov 525D+G27lGKoo+y9Qi1FtofgUxznjD8cuACq4FEWvPNx93ilvCDDRRwyNFa2YGV+UF+4 mBTdcY82YLaaQ2S15KXrBqYW/Nk0pK2RyzUVGJOXgSvb++IUvogM8OC+Wo86dGqDGqaa CfGM9zPgICA5GpkBwDWRlJr/pywc0YOPnR9vnSjSZVWmN2Cvjql1n2HzSysNLyGPiYjt 5fcUtdxpzKiDEO3SksFsnjsEPtbnKyYc6KnnOXgCbjOtGh27lxHXkyrK5M9aSr7SQSWR 47vA== X-Received: by 10.112.92.66 with SMTP id ck2mr53860674lbb.105.1426497247757; Mon, 16 Mar 2015 02:14:07 -0700 (PDT) Received: from nikita-pc ([89.250.5.98]) by mx.google.com with ESMTPSA id jp17sm2068701lab.34.2015.03.16.02.14.04 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 16 Mar 2015 02:14:06 -0700 (PDT) Content-Type: text/plain; charset=koi8-r; format=flowed; delsp=yes To: internals@lists.php.net, "Lester Caine" References: <55068E88.3090401@lsces.co.uk> <55069DD6.8050408@lsces.co.uk> Date: Mon, 16 Mar 2015 12:14:14 +0300 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <55069DD6.8050408@lsces.co.uk> User-Agent: Opera Mail/1.0 (Win32) Subject: Re: [PHP-DEV] [RFC][VOTE] In Operator From: inefedor@gmail.com ("Nikita Nefedov") On Mon, 16 Mar 2015 12:09:42 +0300, Lester Caine wrote: > On 16/03/15 08:55, Marco Pivetta wrote: >> PEAR surely isn't where you'd look for new code nowadays: it's a legacy >> repository. > > Give me an alternative? > I've had to update my own cope of PEAR so it's clean E_STRICT, but it is > still essential to maintain legacy code bases which are not going > anywhere soon. > We NEED a modern replacement, but nothing is available? > There are composer [1] and pickle [2]. Please refrain from your over-frequent comments in this mailing list before doing research on the subject, you tend to create an informational noise when you do this. [1] https://getcomposer.org [2] https://github.com/FriendsOfPHP/pickle