msgpack-php icon indicating copy to clipboard operation
msgpack-php copied to clipboard

The zval_dtor() alias of zval_ptr_dtor_nogc() has been removed in php 8.6 (master)

Open k0d3r1s opened this issue 1 month ago • 1 comments

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

k0d3r1s avatar Dec 04 '25 15:12 k0d3r1s