Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69353 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30673 invoked from network); 26 Sep 2013 14:23:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2013 14:23:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.219.43 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.219.43 mail-oa0-f43.google.com Received: from [209.85.219.43] ([209.85.219.43:65418] helo=mail-oa0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/E0-25211-44344425 for ; Thu, 26 Sep 2013 10:23:00 -0400 Received: by mail-oa0-f43.google.com with SMTP id f4so745116oah.2 for ; Thu, 26 Sep 2013 07:22:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=9RemzHUPdoczaga+1Ur+2IYfonu6MoSH6ADo9NrSiM4=; b=gW1kNarbyNMHcZYJIIfNlggCkwshyT3CPJp3ccY48w8kNwZmTBUA9tRYlMvUpJvY7f 01autmeneyBZ5NFIARZXTYdpZV0D8vwDUS2Ut2pVsS8FcUfpweOMiO2rhEJEbVSs3eFe erj7i/MxNpVHSV/ibG2Rnmz1TT8bWfg8pfj+B5qFcIifqUga7aFoKQl6lxWladrAEb6p 0zOWHWOmx0icA8TER4pg50/JS01zhZpl9w7yYs8j52aJSqf2p1xuU+o67I93Rmg0upbR wyUTL3Qgay7Jabrbe7B34Ho31RHNePu9sc6pIhzGtNZNglxxCzUJz32TCA9lHaDYqb/e YEOQ== X-Gm-Message-State: ALoCoQlEEEblOrlId6uv0bnch8BG2aajl2l0iT+ypBT51aSRd5777qRLAibyj9/uVOqdpQwtujNnGWGfLzbOLGtkGAP7Q12z8ITl4Y1QljBIqgPXiLYR5ouImcVePO2rxQVTjrn+pnIC MIME-Version: 1.0 X-Received: by 10.60.97.67 with SMTP id dy3mr430800oeb.93.1380205377614; Thu, 26 Sep 2013 07:22:57 -0700 (PDT) Received: by 10.60.23.195 with HTTP; Thu, 26 Sep 2013 07:22:57 -0700 (PDT) Date: Thu, 26 Sep 2013 16:22:57 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=089e0117703f4007f104e74a1bca Subject: Gnu/Hurd support From: lior.k@zend.com (Lior Kaplan) --089e0117703f4007f104e74a1bca Content-Type: text/plain; charset=UTF-8 Hi, In Debian we build PHP for GNU/Hurd system, which need some minor fixes available here: http://anonscm.debian.org/gitweb/?p=pkg-php/php.git;a=blob;f=debian/patches/116-posixness_fix.patch (per the guidelines here: http://www.gnu.org/software/hurd/hurd/porting/guidelines.html#PATH_MAX_tt_MAX_PATH_tt_MAXPATHL ) There's another few bits here for the opcache extension in 5.5: http://anonscm.debian.org/gitweb/?p=pkg-php/php.git;a=blob;f=debian/patches/Zend_OpCache_GNUHurd_fix.patch;hb=HEAD Kaplan --089e0117703f4007f104e74a1bca--