On 24 January 2015 03:45:22 GMT, Thomas Bley <ma...@thomasbley.de> wrote: >Sessions take a big amount of data in production systems, so it might >be worth to use msgpack (or others) as an option.
This came up before, and it was pointed out that a fast implementation of something like msgpack would need to be implemented as an extension anyway, not userspace code. And extensions can already register a serialisation handler, so do not need a userspace callback; I believe igbinary implements this, for instance. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php