Skip to content

Commit

Permalink
Disable PCRE JIT compilation
Browse files Browse the repository at this point in the history
This fixes generation when using PHP7. Without this, no output is generated at all (for certain input files).

Resolves hafriedlander#35.
  • Loading branch information
kdambekalns authored Oct 6, 2016
1 parent 819c718 commit 8844f0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
ini_set("pcre.jit", "0");

require 'autoloader.php';

Expand Down

0 comments on commit 8844f0b

Please sign in to comment.