This will simplify the installation of the client and avoid potential incompatibility issues when installing the rybakit/msgpack library. The ability to use the msgpack pecl extension will still remain, but it will have to be done explicitly by passing the pecl packer as an argument to the client's factory methods (instead of checking availability at runtime). The PackerFactory class will be removed.
This will simplify the installation of the client and avoid potential incompatibility issues when installing the
rybakit/msgpack
library. The ability to use the msgpack pecl extension will still remain, but it will have to be done explicitly by passing the pecl packer as an argument to the client's factory methods (instead of checking availability at runtime). ThePackerFactory
class will be removed.