1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext/pdo
Niels Dossche df8ce6ddbd Zend: remove zval_dtor() compatibility macro
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.
2025-10-20 20:38:21 +02:00
..
2024-09-01 13:33:53 +02:00
2024-09-01 13:33:53 +02:00
2025-10-19 14:14:02 +02:00
2024-09-01 13:33:53 +02:00