Nikita Popov in php.internals (Wed, 4 Jul 2018 12:24:10 +0200):
>On Wed, Jul 4, 2018 at 11:32 AM, Christoph M. Becker <cmbecke...@gmx.de>
>wrote:
>
>>   zend_gc_status status;
>>   zend_gc_get_status(&status);
>>   if (status.runs) {
>>
>
>The correct way to handle this is to implement a proper get_gc() handler,
>which will be called in favor of get_properties() during GC.

Could you put an example snippet in the comments of this PR for the v8js
extension: https://github.com/phpv8/v8js/pull/363
-- 
Jan

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to