msgpack-php
msgpack-php copied to clipboard
Consider making MessagePackUnpacker cloneable
It's useful in case you don't have the original argument list the MessagePackUnpacker was constructed with. Also, I think that the original buffer should be preserved in the cloned object.
Related issue: https://github.com/msgpack/msgpack-php/issues/139