The zval_dtor() alias of zval_ptr_dtor_nogc() has been removed in php 8.6 (master)#408
The zval_dtor() alias of zval_ptr_dtor_nogc() has been removed in php 8.6 (master)#408k0d3r1s wants to merge 1 commit into
Conversation
Call zval_ptr_dtor_nogc() directly instead
|
Well that failed spectacularly. :) |
|
@tricky none of failures seems to be related to my changes. looks like missing slash in action somewhere, at least for linux builds |
|
It is an invalid redirect location got from secure.php.net for the distribution archive |
|
Yes, hence the smiley. :) |
|
btw this function was added in PHP 7.3 php/php-src@ebd1f5a#diff-aaa3174af361a8e16850162bbd86ff5aaf7340f1511d5c36db1a417798d0897eR34 |
|
@andypost |
|
@madmajestro exactly since 7.0 the function introduced, ref php/php-src@9e753531842 |
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