From 8844f0bcdef6824d21187edf8bc5d23f320d6276 Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Thu, 6 Oct 2016 17:24:04 +0200 Subject: [PATCH] Disable PCRE JIT compilation This fixes generation when using PHP7. Without this, no output is generated at all (for certain input files). Resolves #35. --- cli.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cli.php b/cli.php index f9b88ff..d62ce6e 100644 --- a/cli.php +++ b/cli.php @@ -1,4 +1,5 @@