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

EpiRoute breaks on PHP7.0 #102

Open
KevBelisle opened this issue Jan 17, 2017 · 3 comments
Open

EpiRoute breaks on PHP7.0 #102

KevBelisle opened this issue Jan 17, 2017 · 3 comments

Comments

@KevBelisle
Copy link

There is a break; on line 101 that isn't in a loop or switch, this causes an error in PHP 7.0.

It is accompanied by this comment: need to simulate same behavior if exceptions are turned off

Is it safe to simply comment out line 101?

@jmathai
Copy link
Owner

jmathai commented Jan 17, 2017

You should be able to comment the break; out if you have exceptions turned on. Will leave this open to try and fix for PHP7.

@rompic
Copy link

rompic commented Jan 29, 2018

any news or other known issues?

@Hrnkas
Copy link

Hrnkas commented Mar 13, 2019

Since the Project seems to be abandoned, I have created a new fork, where the issue has been fixed:
https://github.com/Hrnkas/epiphany

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants