From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add php Date: Tue, 1 Nov 2016 13:07:43 -0400 Message-ID: <20161101170743.GA5303@jasmine> References: <20161030130828.3797d37d@polymos.lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1cXP-0007jJ-Hl for guix-devel@gnu.org; Tue, 01 Nov 2016 13:07:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1cXK-00021e-Qr for guix-devel@gnu.org; Tue, 01 Nov 2016 13:07:51 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:44994) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1cXK-00021X-O0 for guix-devel@gnu.org; Tue, 01 Nov 2016 13:07:46 -0400 Content-Disposition: inline In-Reply-To: <20161030130828.3797d37d@polymos.lepiller.eu> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Julien Lepiller Cc: guix-devel@gnu.org On Sun, Oct 30, 2016 at 01:08:28PM +0100, Julien Lepiller wrote: > Hi, > > here is a patch to add php to guix. > From b20406a07e8d8c99a189f5295929ff76a53d47e7 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Sun, 30 Oct 2016 15:05:51 +0100 > Subject: [PATCH] gnu: Add php > > * gnu/packages/php.scm: New file. > * gnu/packages/php.scm (php): New variable. I'm very happy to see this being worked on! Once the package is added, I hope that some people will pay attention to PHP security bug disclosures on php.net and the oss-security mailing list so that we can fix bugs quickly and protect our users. Thank you :)