> Not really, not because it is not good but because there is always be a
> better one. We can't break format in every release.

If you do not update in PHP 7 serialization method, it will never be
updated, the default serialization in PHP 7 will be slow.

To maintain backward compatibility, can implement support method calls
on primitive types, new algorithms for serialization to be called only
in the new API.

$var->serialize()
$var->unserialize()

What do you think about this?

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to