Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP7 support #35

Open
matzematthaey opened this issue Dec 15, 2015 · 0 comments
Open

PHP7 support #35

matzematthaey opened this issue Dec 15, 2015 · 0 comments

Comments

@matzematthaey
Copy link

Not really an issue, but to get it working with the default configuration, right now, you need disable pcre.jit for the cli.php & compiler:

ini_set("pcre.jit", "0");

works as intended afterwards.

kdambekalns added a commit to kdambekalns/php-peg that referenced this issue Oct 6, 2016
This fixes generation when using PHP7. Without this, no output is generated at all (for certain input files).

Resolves hafriedlander#35.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant