From 4762285e407fb5ee2ca3eb91e8fa0d12cd19410f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 12 Dec 1999 10:49:03 +0000 Subject: [PATCH] Disable global lock for now. We will have to find a way to test subsystems for thread-safety, and lock them appropiately, if they aren't thread-safe. --- main/main.c | 2 ++ 1 file changed, 2 insertions(+) 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;