Skip to content

Commit

Permalink
Enable DFA pass by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Mar 17, 2016
1 parent fc7cbdc commit 681de72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/opcache/Optimizer/zend_optimizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 681de72

Please sign in to comment.