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

[PHP-DEV] Re: [RFC][Release Progress] Deprecate/Remove MD5 signature

2017-06-13 Thread Sara Golemon
On Mon, Jun 5, 2017 at 10:44 AM, Sara Golemon wrote: > https://wiki.php.net/rfc/release-md5-deprecation > Voting is now open and will remain open for two weeks, closing 2017-06-28 00:30 UTC -Sara -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/u

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] [RFC] [VOTE] Restarted vote on the negative arrays

2017-06-13 Thread Nikita Popov
On Tue, Jun 13, 2017 at 8:44 PM, Pedro Magalhães wrote: > Hi internals, > > Based on the feedback on the original RFC targeting 7.2, I have now updated > the RFC to target version 8.0. Additionally, I changed the existing PR to > throw a E_DEPRECATED notice on the cases where this RFC will cause

[PHP-DEV] [RFC] [VOTE] Restarted vote on the negative arrays

2017-06-13 Thread Pedro Magalhães
Hi internals, Based on the feedback on the original RFC targeting 7.2, I have now updated the RFC to target version 8.0. Additionally, I changed the existing PR to throw a E_DEPRECATED notice on the cases where this RFC will cause a BC break when the change is implemented to ease the detection of

[PHP-DEV] [Bug] [Discussion] filter_var and reserved IP address range

2017-06-13 Thread Andrew Nester
Hello! Currently I am working on bug #74699 (Thanks brianlmoon for pointing this issue). Here is some details: In patch applied for bug #72972 IP address block 240.0.0.0/4 has been removed from list of reserved. But according to IP Multicast Address Specification: “The range of addresses betwee

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 > > 2017-06-13 8:00 GMT+02:00 Niklas K

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