msgpack / msgpack-php

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

PHP 8.2: msgpack_unpack: Support deprecation of dynamic properties, forbid dynamic properties in `readonly` classes #166

Open TysonAndre opened 2 years ago

TysonAndre commented 2 years ago

https://github.com/php/php-src/issues/9325

The approach that would be used for php 8.2 unserialize() is still being discussed, but filing this to report work that would be needed to support php 8.2.

m6w6 commented 1 year ago

Has there been an outcome/consensus?