msgpack-php
msgpack-php copied to clipboard
The zval_dtor() alias of zval_ptr_dtor_nogc() has been removed in php 8.6 (master)
Hi. Tried building against php master branch and this issue jumped out.
php UPGRADING.INTERNALS says: "The zval_dtor() alias of zval_ptr_dtor_nogc() has been removed. Call zval_ptr_dtor_nogc() directly instead.".
So as this is purely removed alias, this seems to be a trivial fix