On Wed, Jan 23, 2013 at 12:11 PM, Benjamin Eberlei <kont...@beberlei.de>wrote:

> On Tue, Jan 22, 2013 at 6:20 PM, Rasmus Lerdorf <ras...@lerdorf.com>
> wrote:
>
> > On 01/22/2013 03:18 AM, Clint Priest wrote:
> > >
> > > On 1/17/2013 12:20 PM, Clint Priest wrote:
> > >> I'm happy to say that Property Accessors is ready for a vote for
> > >> inclusion in 5.5 release.
> > >>
> > >> Nikita and I (as well as Stas a bit) have all been working hard to
> > >> make this happen for 5.5, voting and the specifications are here:
> > >>
> > >> https://wiki.php.net/rfc/propertygetsetsyntax-v1.2#voting
> > >>
> > >
> > > For those that have voted against this proposal, are there any
> > > clarifications that can be made or questions answered?
> > >
> > > There seems to be a lot of userland support for this proposal from
> > > people who don't have voting rights.
> >
> > The simple explanation from me is that the ROI isn't there on this one.
> > It adds a lot of code complexity for very little return. Yes, it saves a
> > couple of lines of boilerplate code for a few people, but the cost is
> > high in terms of ongoing maintenance and potential issues for opcode
> > caches as well. If you look at the split in voting you will notice it is
> > pretty much split along the lines of the people who have to maintain
> > this code vs. the people who would like a shiny new feature.
> >
>
> I think it would be important to gather the reasons for the No Votes and
> ways how to address this problems.
> Some from the previous discusisons are:
>
> * Neglected APC support
> * adding complexity to PHP Core
> * Reference Handling
> * Visibility Rules
> * Fear of testing in production
>
> And come up with solutions to those (like cutting some features, or putting
> the code into 5.6 to allow for more testing)
>
> Since several contributors helped with the development and committed
> themselves for quite some time already, then if there were a chance to
> address all the concerns then this feature could still move forward (maybe
> at a later point)?
>
>
Hi,

for the record I'm one of the people who thinks that this is a good idea
and the implementation improved a bunch from the previous
versions/proposals, but I think that there were too many changes which
could have introduced new bugs (both in design and implementation).
Accepting this feature just before the feature freeze would either prolong
the 5.5 release or we could end up in the same spot as with 5.4, where
major problems with the new features were discovered after the release plus
some of the must-have extensions wasn't ready to work with the new version.
I don't wanna hijack the discussion, but I think there are a couple of
concerns raised here would worth a separate discussion and possibly changes
in our rfc and release process.

-- 
Ferenc Kovács
@Tyr43l - http://tyrael.hu

Reply via email to