Skip to content

Commit 4426b4e

Browse files
fix sync obj's handler
1 parent 9efc662 commit 4426b4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/copy.c

+1
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ static zend_always_inline zend_object* php_parallel_copy_sync_thread(zend_object
650650
GC_DEL_FLAGS(&dest->std, GC_IMMUTABLE);
651651

652652
zend_object_std_init(&dest->std, dest->std.ce);
653+
dest->std.handlers = source->handlers;
653654

654655
dest->sync = php_parallel_sync_copy(object->sync);
655656

0 commit comments

Comments
 (0)