RE: [PHP-DEV] [VOTE] New custom object serialization mechanism

2019-03-06 Thread CHU Zhaowei
internals Subject: Re: [PHP-DEV] [VOTE] New custom object serialization mechanism On Tue, Mar 5, 2019 at 1:18 PM Sebastian Bergmann wrote: > Am 01.03.2019 um 16:08 schrieb Nikita Popov: > > I have opened voting on > https://wiki.php.net/rfc/custom_object_serialization. > > The

Re: [PHP-DEV] [VOTE] New custom object serialization mechanism

2019-03-06 Thread Nicolas Grekas
> How do people feel about deprecating Serializable in 7.4 and > removing in 8.0 (not as part of this RFC but a separate one)? The > deprecation warning would only be thrown if Serializable is implemented but > the class has no __serialize/__unserialize. The timeline would be a bit > aggressive in

Re: [PHP-DEV] [VOTE] New custom object serialization mechanism

2019-03-05 Thread Nikita Popov
On Tue, Mar 5, 2019 at 1:18 PM Sebastian Bergmann wrote: > Am 01.03.2019 um 16:08 schrieb Nikita Popov: > > I have opened voting on > https://wiki.php.net/rfc/custom_object_serialization. > > The vote will be open until 2019-03-15. > > I voted "No" because this adds a third mechanism without a co

Re: [PHP-DEV] [VOTE] New custom object serialization mechanism

2019-03-05 Thread Sebastian Bergmann
Am 01.03.2019 um 16:08 schrieb Nikita Popov: I have opened voting on https://wiki.php.net/rfc/custom_object_serialization. The vote will be open until 2019-03-15. I voted "No" because this adds a third mechanism without a concrete plan to phase out the existing two mechanisms. -- PHP Interna

[PHP-DEV] [VOTE] New custom object serialization mechanism

2019-03-01 Thread Nikita Popov
Hi internals, I have opened voting on https://wiki.php.net/rfc/custom_object_serialization. The vote will be open until 2019-03-15. You can find the discussion thread for this proposal here: https://externals.io/message/103823 Regards, Nikita