Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99939 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78383 invoked from network); 19 Jul 2017 17:31:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2017 17:31:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.128.176 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.128.176 mail-wr0-f176.google.com Received: from [209.85.128.176] ([209.85.128.176:36367] helo=mail-wr0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/0B-02884-7879F695 for ; Wed, 19 Jul 2017 13:31:53 -0400 Received: by mail-wr0-f176.google.com with SMTP id y43so61377575wrd.3 for ; Wed, 19 Jul 2017 10:31:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Rsm1k7LIZc8Bp79UYbIuUnqp3OUxLXuhzA3Ma8Q1kTg=; b=0hmQUTsV7i+tQyqKjZac43qDcXwROL3YjVUlNX3EHxDf/rqNLp6RPW9cSpAtrIylSP ikdD+h4NTjJ/F10VOr7nbHVA5pJyiBFU+EVPl6Vw9uJpzcVBp6zryNDNNgEwGBv0ZdOu kp4Ix9aZlFsd9t2zac4GUgLJyPyu7cPG8si3nfNTOxR39vqD6GnRoZR1x2RaEEmMamvn +RDIuR7hqvFi6KD5VSrwYUhD4nuHERBDO52DiZjigVbpcvDKQu7ZRPhTiDDuh8Gi+XpW OFFN1LTu0TD8Z+PsPSVbuR6mLQvtTLXdHoR/wk3UhjSWP9/O1wpAz66uRPmQ45eQCQzS X2Tw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Rsm1k7LIZc8Bp79UYbIuUnqp3OUxLXuhzA3Ma8Q1kTg=; b=nIo+Ut0VeaJsm7+zCT8S2sWKscsti5XIXRliVBSQnYriPhFv0b12G8A/RW22vEfzh/ WJ6EX3Qi/iWSs8kbrW+nX7kdorLomyw/1CAekQ/cjqeNpElAaOpy02Jij5H7uLBPIchY yazXnZmQZG2pMZH28h8IxEfik9woGltmj1YZuXtujmHh3iK3VzAZulDTPr3B012ZYy8Y mBMeskpSBSwtVDoZWj6mnuIrUxQ4u/Opd4lp6dLplt+juFugxKwnGA4k87iXUNkghn5P uobyGPzpyFJTImwx+wbRqa5YB9R0vU4mWD0RroHfZRcmvMHUYOaAYlz5kfrUGc5bU+ta gnQg== X-Gm-Message-State: AIVw110vAlVuPPFCMtrfoRrZydNxZy7nU69gm4xIZ1An6XSwp+YTzdpi Piwujdo2dtg7ViTcyFBbCeVL7iueopRg/rufXA== X-Received: by 10.223.150.101 with SMTP id c34mr939263wra.266.1500485509054; Wed, 19 Jul 2017 10:31:49 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.223.169.139 with HTTP; Wed, 19 Jul 2017 10:31:48 -0700 (PDT) X-Originating-IP: [206.252.215.26] In-Reply-To: References: Date: Wed, 19 Jul 2017 13:31:48 -0400 X-Google-Sender-Auth: hUcvl8exxx3h4SXb2kyxmAdBUfA Message-ID: To: Mathias Grimm Cc: "internals@lists.php.net" Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] php.net website From: pollita@php.net (Sara Golemon) On Wed, Jul 19, 2017 at 1:07 PM, Mathias Grimm wrote: > I was briefly asking Sara about it and as she pointed out it is likely a > big project but I think we can do something about it. > One thing I should have mentioned on twitter was: https://wiki.php.net/web/mirror That'll get you a locally running web-php instance though it's not ideal for iterative development against the git repo without some massaging. As to the actual hosts: There are (I believe) two hosts actually administered by @php.net folk: us1.php.net and us2.php.net, others (AIUI) are run by third parties and not under our control. The PHP version on these hosts is, comically, not the lastest-and-greatest. I'm fairly confident it's not even consistently 7.0+ so whatever you write needs to take that into account (particularly given the status of third-party mirrors). -Sara