Re: [PHP-DEV] [RFC DISCUSSION] User defined session serializer

2016-11-29 Thread Yasuo Ohgaki
Hi Markus, On Sat, Nov 19, 2016 at 1:15 PM, Yasuo Ohgaki wrote: >> Btw, what is the proper way to signal a problem during >> serialization/unserialization? I couldn't figure it out from the RFC nor >> the PR and there doesn't seem to be a test case for it. >> Return

Re: [PHP-DEV] [RFC DISCUSSION] User defined session serializer

2016-11-18 Thread Yasuo Ohgaki
Hi Markus, On Sat, Nov 19, 2016 at 9:02 AM, Markus Fischer wrote: > On 17.11.2016 11:55, Yasuo Ohgaki wrote: >> >> Session module implements serialize handler as module. >> This RFC is to expose it to user space. >> >> RFC >>

Re: [PHP-DEV] [RFC DISCUSSION] User defined session serializer

2016-11-18 Thread Markus Fischer
Hello, On 17.11.2016 11:55, Yasuo Ohgaki wrote: > > Session module implements serialize handler as module. > This RFC is to expose it to user space. > > RFC > https://wiki.php.net/rfc/user_defined_session_serializer > > PR > https://github.com/php/php-src/pull/2205 > > Comments are

[PHP-DEV] [RFC DISCUSSION] User defined session serializer

2016-11-17 Thread Yasuo Ohgaki
Hi all, Session module implements serialize handler as module. This RFC is to expose it to user space. RFC https://wiki.php.net/rfc/user_defined_session_serializer PR https://github.com/php/php-src/pull/2205 Comments are appreciated! Regards, -- Yasuo Ohgaki yohg...@ohgaki.net -- PHP