From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: PHP 7.0 & php-fpm Date: Mon, 08 Feb 2016 16:09:05 +0100 Message-ID: <878u2vgrxq.fsf@gnu.org> References: <87d1s9g57j.fsf@wilderbai.local.tld> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSnRB-0008Co-JF for guix-devel@gnu.org; Mon, 08 Feb 2016 10:09:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSnR7-0001vb-A4 for guix-devel@gnu.org; Mon, 08 Feb 2016 10:09:13 -0500 In-Reply-To: <87d1s9g57j.fsf@wilderbai.local.tld> (pe cg's message of "Sat, 06 Feb 2016 10:43:12 -0600") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: pe.cg@krutt.org Cc: guix-devel@gnu.org Hi, pe.cg@krutt.org skribis: > I'm preparing myself to migrate to GuixSD in the following weeks, I've > read a couple of pages from the documentation, and how the whole system > is build, so far I can go without having LVM, and since I only use a > lightweight window manager, the lack of GNOME and KDE are no drawbacks > for me; only php is missing, and since I write programs in that language > (on a daily basis), I wonder what would be necessary to have that > package on the guix repo? And what would be required to write a GNU > Shepherd service for php-fpm. I willing to do those task so I can > complete the adoption of a new system with confidence. I=E2=80=99ve never tried it but there=E2=80=99s a PHP package at: https://github.com/mnd/guix-mnd-pkgs We would be happy to integrate a recipe for PHP in Guix proper. It=E2=80= =99s a matter of following the contribution check list at , and we=E2=80=99d be happy to help with that process. Providing a PHP service definition for GuixSD needs more discussion. I=E2=80=99m personally not well versed in Web services but I know others on= the list are so hopefully they can provide some guidance. The documentation for GuixSD services is at . HTH! Ludo=E2=80=99.