diff options
-rw-r--r-- | ext/opcache/Optimizer/pass1_5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/Optimizer/pass1_5.c b/ext/opcache/Optimizer/pass1_5.c index bf721c2a78..b29e90c767 100644 --- a/ext/opcache/Optimizer/pass1_5.c +++ b/ext/opcache/Optimizer/pass1_5.c @@ -485,7 +485,7 @@ void zend_optimizer_pass1(zend_op_array *op_array, zend_optimizer_ctx *ctx) zend_string_release(lc_name); if (!m) { - if (!PG(enable_dl)) { + if (PG(enable_dl)) { break; } else { ZVAL_FALSE(&t); |