Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
FCI/FCC are initialized correctly by engine, don't fuck with it #605
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Dec 22, 2016
1 parent 959ab0f commit 089d77c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classes/threaded.h
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 089d77c

Please sign in to comment.