diff --git a/main/main.c b/main/main.c index f21d3563e76..7ffc5b1b7e6 100644 --- a/main/main.c +++ b/main/main.c @@ -79,6 +79,8 @@ php_core_globals core_globals; PHPAPI int core_globals_id; #endif +#define NO_GLOBAL_LOCK + /* temporary workaround for thread-safety issues in libzend */ #if defined(ZTS) && !defined(NO_GLOBAL_LOCK) static MUTEX_T global_lock;