Skip to content

Fatal error for PHP if msgpack native extension is installed  #41

@quasilyte

Description

@quasilyte

Potential fix:

if (!function_exists('msgpack_serialize')) {
  function msgpack_serialize(...) {
  }
}
  • Same double declaration guards against other msgpack functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions