projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
225bb70
)
Disable opcache.fast_shutdown if USE_ZEND_ALLOC=0
author
Dmitry Stogov
<dmitry@zend.com>
Thu, 9 Jul 2015 09:19:51 +0000
(12:19 +0300)
committer
Dmitry Stogov
<dmitry@zend.com>
Thu, 9 Jul 2015 09:19:51 +0000
(12:19 +0300)
ext/opcache/ZendAccelerator.c
patch
|
blob
|
history
diff --git
a/ext/opcache/ZendAccelerator.c
b/ext/opcache/ZendAccelerator.c
index 2234d5ee56919203802c55c2a530b11c026c6a23..b1feb54a2c3c7f53138d21c0fac40b8fc37a4288 100644
(file)
--- a/
ext/opcache/ZendAccelerator.c
+++ b/
ext/opcache/ZendAccelerator.c
@@
-2290,7
+2290,7
@@
static void accel_deactivate(void)
ZCG(counted) = 0;
#if !ZEND_DEBUG
- if (ZCG(accel_directives).fast_shutdown) {
+ if (ZCG(accel_directives).fast_shutdown
&& is_zend_mm()
) {
zend_accel_fast_shutdown();
}
#endif