Re: [PHP-DEV] PHP_OS_FAMILY and macOS

2017-06-13 Thread Kalle Sommer Nielsen
Hi 2017-06-13 21:35 GMT+02:00 Davey Shafik : > Given that iPad (and iPhone) both run iOS which is based on Darwin, and > Apple just relaxed the rules on running interpreted code, and we are > already seeing IDEs spring up for the device, we should use "Darwin", > rather than "Mac". This also encom

Re: [PHP-DEV] PHP_OS_FAMILY and macOS

2017-06-13 Thread Marc Bennewitz
Am 13.06.2017 um 21:35 schrieb Davey Shafik: Given that iPad (and iPhone) both run iOS which is based on Darwin, and Apple just relaxed the rules on running interpreted code, and we are already seeing IDEs spring up for the device, we should use "Darwin", rather than "Mac". This also encompasse

Re: [PHP-DEV] PHP_OS_FAMILY and macOS

2017-06-13 Thread Davey Shafik
Given that iPad (and iPhone) both run iOS which is based on Darwin, and Apple just relaxed the rules on running interpreted code, and we are already seeing IDEs spring up for the device, we should use "Darwin", rather than "Mac". This also encompasses other distros like PureDarwin. - Davey On T

Re: [PHP-DEV] PHP_OS_FAMILY and macOS

2017-06-13 Thread Sebastian Bergmann
Am 13.06.2017 um 15:00 schrieb Zeev Suraski: > Yep, Mac sounds like a fairly future-proof choice, and is also consistent > with the capitalization of other options. Implemented in http://git.php.net/?p=php-src.git;a=commitdiff;h=362d2e42a02fe018a7d1261a53ff59b73fed91f6 -- PHP Internals - PHP Ru

RE: [PHP-DEV] PHP_OS_FAMILY and macOS

2017-06-13 Thread Zeev Suraski
> -Original Message- > From: kalle@gmail.com [mailto:kalle@gmail.com] On Behalf Of Kalle > Sommer Nielsen > Sent: Tuesday, June 13, 2017 3:21 PM > To: Niklas Keller > Cc: PHP Internals > Subject: Re: [PHP-DEV] PHP_OS_FAMILY and macOS > > Hi > >

Re: [PHP-DEV] PHP_OS_FAMILY and macOS

2017-06-13 Thread Derick Rethans
On Tue, 13 Jun 2017, Sebastian Bergmann wrote: > Am 13.06.2017 um 14:40 schrieb Derick Rethans: > > Changing it surely means breaking BC? I believe we should continue to > > use OSX. > > PHP_OS_FAMILY is new in PHP 7.2, which is not final yet. In that case, I agree with "macOS" as you suggested

Re: [PHP-DEV] PHP_OS_FAMILY and macOS

2017-06-13 Thread Sebastian Bergmann
Am 13.06.2017 um 14:40 schrieb Derick Rethans: > Changing it surely means breaking BC? I believe we should continue to > use OSX. PHP_OS_FAMILY is new in PHP 7.2, which is not final yet. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP_OS_FAMILY and macOS

2017-06-13 Thread Derick Rethans
On Tue, 13 Jun 2017, Sebastian Bergmann wrote: > 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?

Re: [PHP-DEV] PHP_OS_FAMILY and macOS

2017-06-13 Thread Kalle Sommer Nielsen
Hi 2017-06-13 8:00 GMT+02:00 Niklas Keller : > Apply changes it every few years, maybe we should just call it "Apple"? :D I don't think that is all that bad an idea tbh, or simply "Mac" -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To

Re: [PHP-DEV] PHP_OS_FAMILY and macOS

2017-06-12 Thread Niklas Keller
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? N

[PHP-DEV] PHP_OS_FAMILY and macOS

2017-06-12 Thread 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