mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
This is an alias for zval_ptr_dtor_nogc(). I've seen people make mistakes against this and use zval_dtor() instead of zval_ptr_dtor(). The crucial detail here is that the former won't root possible GC cycles while the latter will. We can avoid the confusion by just retiring this compatibility macro. Closes GH-20235.
3.0 KiB
3.0 KiB