msgpack / msgpack-php

msgpack.org[PHP]
BSD 3-Clause "New" or "Revised" License
773 stars 119 forks source link

Add fixes for issue #81 This also includes tests. #135

Closed nicholaspeshek closed 4 years ago

nicholaspeshek commented 5 years ago

Some PHP 7 compatibility. Should shrink down what is actually stored.

codecov-io commented 5 years ago

Codecov Report

Merging #135 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #135   +/-   ##
======================================
  Coverage    87.5%   87.5%           
======================================
  Files           8       8           
  Lines        1256    1256           
======================================
  Hits         1099    1099           
  Misses        157     157
Impacted Files Coverage Δ
msgpack_pack.c 95.76% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bc86c6f...464a233. Read the comment docs.