Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99501 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47641 invoked from network); 13 Jun 2017 05:20:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2017 05:20:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 188.94.27.5 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 188.94.27.5 scarlet.netpirates.net Received: from [188.94.27.5] ([188.94.27.5:51614] helo=scarlet.netpirates.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/24-00089-2067F395 for ; Tue, 13 Jun 2017 01:20:04 -0400 Received: (qmail 2150 invoked by uid 89); 13 Jun 2017 05:20:00 -0000 Received: by simscan 1.4.0 ppid: 2141, pid: 2145, t: 0.0463s scanners: attach: 1.4.0 clamav: 0.99.1/m:/d:20700 Received: from unknown (HELO ?192.168.178.52?) (php@sebastian-bergmann.de@217.230.53.187) by scarlet.netpirates.net with ESMTPA; 13 Jun 2017 05:20:00 -0000 To: internals@lists.php.net Reply-To: internals@lists.php.net Message-ID: <163e1a7e-bdc0-146d-39bf-c1b199fa1188@php.net> Date: Tue, 13 Jun 2017 07:20:00 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: PHP_OS_FAMILY and macOS From: sebastian@php.net (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.