summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2016-06-20 18:50:24 +0300
committerDmitry Stogov <dmitry@zend.com>2016-06-20 18:50:24 +0300
commit8b823235d6814cf06259c98c652af252deef2a69 (patch)
tree822ccfbd1ec0224bb7ed555fd53f86703cac5069
parent7e1087026ee27159eae8f7acfe8716ab9ed74a78 (diff)
downloadphp-git-8b823235d6814cf06259c98c652af252deef2a69.tar.gz
Removed wrong HANDLE_UNBLOCK_INTERRUPTIONS()
-rw-r--r--ext/opcache/ZendAccelerator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c
index 2f756b0844..71c3b55776 100644
--- a/ext/opcache/ZendAccelerator.c
+++ b/ext/opcache/ZendAccelerator.c
@@ -2773,7 +2773,6 @@ static int accel_startup(zend_extension *extension)
zend_shared_alloc_unlock();
SHM_PROTECT();
- HANDLE_UNBLOCK_INTERRUPTIONS();
#ifdef HAVE_OPCACHE_FILE_CACHE
} else if (!ZCG(accel_directives).file_cache) {
accel_startup_ok = 0;