From 089d77c7084bce880a9558c4f07237ff77f655c3 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Thu, 22 Dec 2016 13:21:19 +0000 Subject: [PATCH] FCI/FCC are initialized correctly by engine, don't fuck with it #605 --- classes/threaded.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/classes/threaded.h b/classes/threaded.h index 9827901a..8a3364c3 100644 --- a/classes/threaded.h +++ b/classes/threaded.h @@ -193,9 +193,6 @@ PHP_METHOD(Threaded, synchronized) call.fci.retval = return_value; call.fci.no_separation = 1; - call.fci.object = &threaded->std; - call.fcc.object = &threaded->std; - if (pthreads_monitor_lock(threaded->monitor)) { /* synchronize property tables */ pthreads_store_sync(getThis());