Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99502 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53152 invoked from network); 13 Jun 2017 06:00:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2017 06:00:59 -0000 Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.217 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.217 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.217] ([81.169.146.217:16906] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/84-00089-99F7F395 for ; Tue, 13 Jun 2017 02:00:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1497333654; l=1782; s=domk; d=kelunik.com; h=Content-Type:To:Subject:Date:From:References:In-Reply-To: MIME-Version; bh=+7cbnUMfSkMqkyWqqe0T8ojlsd3xADSkegW5bCdmsHM=; b=hJ6ac4hwQ4tIEvM4nVi1gokh5fovrmvTGHo7XbYcxQeVUvSMYckNC6R2Z9DKot5Rwo PMiwrGPE9mxTv9W+gxz7Y/i0H695J8x3GNI7a9SzWB690dclgmxx/KIeTbumUPteWZPR iMFzuL/wGUuSPyTam+ewxBDg/ksnv6QJSWJ/c= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLDup6E67mzuoNHBqT73Q== X-RZG-CLASS-ID: mo00 Received: by mail-oi0-f53.google.com with SMTP id e11so24590898oia.2 for ; Mon, 12 Jun 2017 23:00:54 -0700 (PDT) X-Gm-Message-State: AODbwcA7j3IaLJWpDlloYQvCXbTNjJDXbQZsuRolUFsIfgceHV/frTj+ z0RG58mmUGPAtm+WVDPuXxv1P3iuHw== X-Received: by 10.202.86.200 with SMTP id k191mr19335902oib.184.1497333653439; Mon, 12 Jun 2017 23:00:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.176.133 with HTTP; Mon, 12 Jun 2017 23:00:52 -0700 (PDT) In-Reply-To: <163e1a7e-bdc0-146d-39bf-c1b199fa1188@php.net> References: <163e1a7e-bdc0-146d-39bf-c1b199fa1188@php.net> Date: Tue, 13 Jun 2017 08:00:52 +0200 X-Gmail-Original-Message-ID: Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="001a113d30ce860de00551d128dd" Subject: Re: [PHP-DEV] PHP_OS_FAMILY and macOS From: me@kelunik.com (Niklas Keller) --001a113d30ce860de00551d128dd Content-Type: text/plain; charset="UTF-8" 2017-06-13 7:20 GMT+02:00 Sebastian Bergmann : > Thinking about https://github.com/sebastianbergmann/environment/issues/21 > it just occured to me that PHP_OS_FAMILY currently contains "OSX". > > Apple renamed (last year?) their "OS X" to "macOS". Should PHP_OS_FAMILY > not contain "macOS" then? Now would be the time to make that change > without breaking BC. > Apply changes it every few years, maybe we should just call it "Apple"? :D Regards, Niklas --001a113d30ce860de00551d128dd--