From: Dmitry Stogov Date: Thu, 17 Mar 2016 19:37:20 +0000 (+0300) Subject: Enable DFA pass by default X-Git-Tag: php-7.1.0alpha1~459 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=681de725542cbd776a1b3579c6778780c727d2ad;p=php Enable DFA pass by default --- diff --git a/ext/opcache/Optimizer/zend_optimizer.c b/ext/opcache/Optimizer/zend_optimizer.c index d103ecf6fe..42c608416f 100644 --- a/ext/opcache/Optimizer/zend_optimizer.c +++ b/ext/opcache/Optimizer/zend_optimizer.c @@ -33,7 +33,7 @@ #include "zend_dump.h" #ifndef HAVE_DFA_PASS -# define HAVE_DFA_PASS 0 +# define HAVE_DFA_PASS 1 #endif static void zend_optimizer_zval_dtor_wrapper(zval *zvalue)