Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added is_map function to check is array map or plain array #6

Closed
wants to merge 4 commits into from

Commits on Sep 25, 2012

  1. Added is_map function to check is array map or plain array

    This is copy of msgpack/msgpack#111 because of msgpack-php split.
    Fixes msgpack/msgpack#87 (bug with incorrect packing of mixed arrays).
    
    Patch is pretty straightforward.
    bobrik committed Sep 25, 2012
    Configuration menu
    Copy the full SHA
    deccffa View commit details
    Browse the repository at this point in the history
  2. Fixed comments to c-style

    bobrik committed Sep 25, 2012
    Configuration menu
    Copy the full SHA
    d5ed5d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    376470b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f75250 View commit details
    Browse the repository at this point in the history