msgpack / msgpack-php

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

PHP 8 recursion #154

Open m6w6 opened 3 years ago

m6w6 commented 3 years ago

PHP 8 somehow detects recursion earlier; see new tests 009a and 026a

Thus pack&unpack apparently do not generate the same initial value.