> > > Deprecate the __sleep() and __wakeup() magic methods > > I'm not sure about this one. I don't think it's worth it. It's just an > unnecessary BC break IMHO. I would also consider more ext/standard thing > rather than language. >
I agree with Jakub here, __sleep and __wakeup are just fine. Yes, __serialize/__unserialize are better, but breaking (or even planning to break) existing apps doesn't look worth the change. > > Deprecate the $http_response_header predefined variable > > I think it's too early for this. I would prefer to not deprecate it at > this time because alternative is available only from 8.4... > I agree also here: having the alternative available in 8.4 is too soon, especially since the new function cannot be polyfilled. No strong feelings about the other proposals, I'll read other's comments in the thread before voting. Nicolas