Potential fix: ```php if (!function_exists('msgpack_serialize')) { function msgpack_serialize(...) { } } ``` + Same double declaration guards against other msgpack functions.