Re: [PHP-DEV] [RFC][VOTE] Constructor behaviour of internal classes

2015-03-28 Thread Pascal Martin, AFUP
Le 15/03/2015 17:09, Dan Ackroyd a écrit : The 'Constructor behaviour of internal classes' RFC is now in voting. Please note, it's the coding standard that is being voted on. If anyone thinks I've implemented the changes in a way that is less awesome then there is no reason the changes couldn't b

[PHP-DEV] Re: [VOTE][RFC] Coercive Scalar Type Hints

2015-03-28 Thread Benoit Schildknecht
Le Wed, 11 Mar 2015 16:10:44 +0100, Zeev Suraski a écrit: The vote on the Coercive Scalar Type Hints is now open for voting. The latest version of the RFC includes changes discussed on internals@ last week: 1. Accept string->bool and int->bool conversions (false->bool is not supported)

Re: [PHP-DEV][RFC][VOTE] Strict Argument Count On Function Calls

2015-03-28 Thread Pascal Martin, AFUP
Le 16/03/2015 18:04, Marcio Almada a écrit : I had no time to reply all emails since yesterday, but right now we are having a voting with 2 "yes" votes vs 16 "no" votes. I think we all agree that the RFC won't pass and I'm withdrawing the RFC Hi, Even though it's a bit too late: thanks for yo

Re: [PHP-DEV] [VOTE] Generator Delegation

2015-03-28 Thread Pascal Martin, AFUP
Le 15/03/2015 20:18, Daniel Lowrey a écrit : As the discussion period has reached its conclusion I'd like to announce a two week voting period on the Generator Delegation RFC Hi, Only a few people at AFUP discussed this RFC (I suppose it's the kind of feature not everyone will use), but those

[PHP-DEV] [RFC][ACCEPTED] Anonymous Classes

2015-03-28 Thread Philip Sturgeon
Hey! Anonymous classes passed the vote, 50 yays and 2 nays (bo). The branch will be merged into master in the next few days. Thank you everyone. Nested classes are coming next. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Basic type hint and documentation

2015-03-28 Thread Yasuo Ohgaki
Hi all, PHP7 will have type hint for basic types and it's already merged into master. I have some suggestions for the document. The document must have _big_ warning for unconditional casts. IMO. Unconditional casts are evil in code as casts will not raise errors for invalid casts. $ ./sapi/cli/p