mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
fcc08ce19f
New macro ZVAL_COPY_OR_DUP() is used perform duplication, if necessary. This should eliminate related race-coditions in ZTS build and prevent reference-counting bugs after unclean shutdown.