epiphany icon indicating copy to clipboard operation
epiphany copied to clipboard

EpiRoute breaks on PHP7.0

Open KevBelisle opened this issue 8 years ago • 3 comments

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?

KevBelisle avatar Jan 17 '17 04:01 KevBelisle

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.

jmathai avatar Jan 17 '17 05:01 jmathai

any news or other known issues?

rompic avatar Jan 29 '18 14:01 rompic

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

Hrnkas avatar Mar 13 '19 07:03 Hrnkas